[aur-dev] [PATCH 1/5] routing.inc.php: Add missing "/account" route

Lukas Fleischer archlinux at cryptocrack.de
Wed Jul 18 02:09:28 EDT 2012


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

Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 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



More information about the aur-dev mailing list