summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
authorHorus32014-03-16 22:52:03 +0100
committerHorus32014-03-16 22:52:03 +0100
commit7f91eee42bf1e48021fc1901c46c2c614adbab7d (patch)
tree98dbb495570baa70a5757a7d9cdcb49dbff4741f /www/functions/func_interface.php
parent7a3dc37a2316e920299f2d56a04da619e8c6433a (diff)
downloadfiles.iamfabulous.de-7f91eee42bf1e48021fc1901c46c2c614adbab7d.tar.gz
Changed rewrite() to cut a trailing slash.
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);
}