diff options
| author | Horus3 | 2014-03-16 22:52:03 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-16 22:52:03 +0100 |
| commit | 7f91eee42bf1e48021fc1901c46c2c614adbab7d (patch) | |
| tree | 98dbb495570baa70a5757a7d9cdcb49dbff4741f /www/functions/func_interface.php | |
| parent | 7a3dc37a2316e920299f2d56a04da619e8c6433a (diff) | |
| download | files.iamfabulous.de-7f91eee42bf1e48021fc1901c46c2c614adbab7d.tar.gz | |
Changed rewrite() to cut a trailing slash.
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); } |
