summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 23:00:47 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 23:10:26 +0200
commit6790b36247be55d7cc9fdd6a7880900e9c95a58d (patch)
tree51b1b83f205c5b3728ba29b62142dbe418efef0d /web/lib/aur.inc.php
parentaf95c2b1fe42b36647c9ef4b091c99f8aab5a0cc (diff)
downloadaurweb-6790b36247be55d7cc9fdd6a7880900e9c95a58d.tar.xz
aur.inc.php: Include routing backend
This needs to be available on every page since it is needed for get_uri() and get_pkg_uri() and "web/html/index.php" isn't executed if the virtual path feature is disabled. Reported-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r--web/lib/aur.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php
index 1a6164e..6dcbb34 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -11,6 +11,7 @@ include_once('translator.inc.php');
set_lang();
include_once("config.inc.php");
+include_once("routing.inc.php");
include_once("version.inc.php");
include_once("acctfuncs.inc.php");
include_once("cachefuncs.inc.php");