From 7f91eee42bf1e48021fc1901c46c2c614adbab7d Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Mar 2014 22:52:03 +0100 Subject: Changed rewrite() to cut a trailing slash. --- www/functions/func_interface.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/functions/func_interface.php') 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); } -- cgit v1.2.3