summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_interface.php')
-rwxr-xr-xwww/functions/func_interface.php5
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);
}