Minor oversight when adding the routing back end in commit
eb22bcc7548d1b1025a3832aa4555792729d11b0.

Signed-off-by: Lukas Fleischer <[email protected]>
---
 web/lib/routing.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php
index bbcb9e2..5cffe81 100644
--- a/web/lib/routing.inc.php
+++ b/web/lib/routing.inc.php
@@ -5,6 +5,7 @@ $ROUTES = array(
        '/index.php' => 'home.php',
        '/packages' => 'packages.php',
        '/register' => 'account.php',
+       '/account' => 'account.php',
        '/accounts' => 'account.php',
        '/login' => 'login.php',
        '/logout' => 'logout.php',
-- 
1.7.11.2

Reply via email to