summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rwxr-xr-xwww/index.php3
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);
}
}
}