index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/index.php | 4 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index a14a0ed..04ddca6 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -1,6 +1,6 @@ <?php - - include "lib/mysql.php"; +require_once "../init.php"; +require_once BASE . "/lib/mysql.php"; ?> <html> |