index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <deep42thought@noreply.example.org> | 2018-06-19 17:49:43 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2018-06-19 17:49:43 +0000 |
commit | 4eaa80ae7e67bbadf4b6cdd4634496368dc451d5 (patch) | |
tree | 2945adcd6fa5a2cb8485060c2a2bc57b27fbb290 /buildmaster/index.php | |
parent | 1e8cfa2306848879b4fa4b39fb60e80389d3d808 (diff) | |
parent | 9d5b807d4944fa05c68fd38be1f9705f40137238 (diff) |
-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> |