remove debug print
This commit is contained in:
parent
f380a889e2
commit
fcb556914c
@ -1,12 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
function renderDynamicPage($page_file): array
|
function renderDynamicPage($page_file): array
|
||||||
{
|
{
|
||||||
ob_start();
|
return require_once $page_file;
|
||||||
echo "doing $page_file";
|
|
||||||
$page_out = require_once $page_file;
|
|
||||||
print_r($page_out);
|
|
||||||
echo htmlspecialchars(ob_get_clean());
|
|
||||||
return $page_out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function parsePageTag($input): array
|
function parsePageTag($input): array
|
||||||
|
Loading…
Reference in New Issue
Block a user