summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/html/index.php2
-rw-r--r--web/lib/aur.inc.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 0af3f2d..1561168 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -1,8 +1,6 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
-include_once("config.inc.php");
-include_once("routing.inc.php");
include_once("aur.inc.php");
include_once("pkgfuncs.inc.php");
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");