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