diff options
Diffstat (limited to 'www/index.php')
| -rwxr-xr-x | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 56056c5..7af88c6 100755 --- a/www/index.php +++ b/www/index.php @@ -93,7 +93,7 @@ if(empty($_GET)){ /* shows the user content, main function */ if(rewrite($db)){ - $content = collect_content($db); + $content = collect_content($db, $_GET["name"], $_GET["folder"]); print_browser($content); } } |
