diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-06-24 23:22:08 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-06-25 11:33:29 +0200 |
commit | 8260111bcce49b73bd4973ae80296c913af2631d (patch) | |
tree | a3f7c8b2d4fe8005f632445d1b4c3b2d92b1533b /web/lib/routing.inc.php | |
parent | 48cc8207bf88beaaedd21ef271b1d012f3e18686 (diff) | |
download | aurweb-8260111bcce49b73bd4973ae80296c913af2631d.tar.xz |
Add a package request list
Introduce a new navigation point "Requests" that shows a list of pending
package requests. This functionality is only available to Trusted Users.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/routing.inc.php')
-rw-r--r-- | web/lib/routing.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php index 1b2aa52..5836a13 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', '/pkgbase' => 'pkgbase.php', + '/requests' => 'pkgreq.php', '/register' => 'account.php', '/account' => 'account.php', '/accounts' => 'account.php', |