diff options
Diffstat (limited to 'buildmaster/dependencies.php')
-rw-r--r-- | buildmaster/dependencies.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildmaster/dependencies.php b/buildmaster/dependencies.php index dddb662..8eb4dc4 100644 --- a/buildmaster/dependencies.php +++ b/buildmaster/dependencies.php @@ -1,6 +1,6 @@ <?php - -include "lib/mysql.php"; +require_once "../init.php"; +require_once BASE . "/lib/mysql.php"; $match = ""; |