From 7ad4bc352d678ec011af50d7be8e159d26a8a749 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 18 Jul 2012 08:23:27 +0200 Subject: 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 --- web/lib/routing.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'web/lib') diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php index 5cffe81b..4ca1150f 100644 --- a/web/lib/routing.inc.php +++ b/web/lib/routing.inc.php @@ -14,7 +14,6 @@ $ROUTES = array( '/rss' => 'rss.php', '/submit' => 'pkgsubmit.php', '/tu' => 'tu.php', - '/voters' => 'voters.php', '/addvote' => 'addvote.php', ); -- cgit v1.2.3-24-g4f1b