diff options
Diffstat (limited to 'www/functions/func_interface.php')
| -rwxr-xr-x | www/functions/func_interface.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php index 0964470..2a8ef34 100755 --- a/www/functions/func_interface.php +++ b/www/functions/func_interface.php @@ -16,5 +16,8 @@ function collect_content($db){ } return $content; - //var_dump($content); +} + +function print_browser($content){ + var_dump($content); } |
