mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use virtual paths for voters page
Link to "/packages/$pkgname/voters/" instead of using "/voters/" and a get parameter to request a specific package by ID. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
51b8213ff1
commit
7ad4bc352d
3 changed files with 12 additions and 5 deletions
|
@ -14,7 +14,6 @@ $ROUTES = array(
|
|||
'/rss' => 'rss.php',
|
||||
'/submit' => 'pkgsubmit.php',
|
||||
'/tu' => 'tu.php',
|
||||
'/voters' => 'voters.php',
|
||||
'/addvote' => 'addvote.php',
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue