mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
48cc8207bf
commit
8260111bcc
5 changed files with 148 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue