diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-06-06 10:34:28 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-27 12:42:12 +0100 |
commit | 74edb6fea9d7e8434d8df00a8eb9dc9703daa19d (patch) | |
tree | 5f87103b83b51c4702d2d3aa2afba32f627eea3b /web/lib/routing.inc.php | |
parent | 943b6bc9769a03e967f08d8b46bd975e2e8d2a20 (diff) | |
download | aurweb-74edb6fea9d7e8434d8df00a8eb9dc9703daa19d.tar.xz |
Use Git repositories to store packages
* Remove package submission page from the web interface.
* Replace PKGBUILD and tarball links with links to cgit.
* Remove the "URLPath" field from RPC replies.
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, 0 insertions, 1 deletions
diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php index 1ee2e35..74ab816 100644 --- a/web/lib/routing.inc.php +++ b/web/lib/routing.inc.php @@ -16,7 +16,6 @@ $ROUTES = array( '/passreset' => 'passreset.php', '/rpc' => 'rpc.php', '/rss' => 'rss.php', - '/submit' => 'pkgsubmit.php', '/tu' => 'tu.php', '/addvote' => 'addvote.php', ); |