mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
routing.inc.php: Add missing "/account" route
Minor oversight when adding the routing back end in commit
eb22bcc754
.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
f2301ca922
commit
0608bcae12
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue