diff options
Diffstat (limited to 'www/index.php')
| -rw-r--r-- | www/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/index.php b/www/index.php index 2e28073..46747dd 100644 --- a/www/index.php +++ b/www/index.php @@ -40,7 +40,7 @@ if(empty($_GET)){ break; */ case("user"): - user($db); + account($db); break; default: get_404($_GET["task"], $_GET["task"]); @@ -51,8 +51,7 @@ if(empty($_GET)){ /* shows the user content, main function */ if(rewrite($db)){ - $content = select($db); - show($content); + show($db); } } } |
