summaryrefslogtreecommitdiff
path: root/buildmaster/build-slaves.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster/build-slaves.php')
-rw-r--r--buildmaster/build-slaves.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php
index 651d661..e488f3c 100644
--- a/buildmaster/build-slaves.php
+++ b/buildmaster/build-slaves.php
@@ -1,6 +1,6 @@
<?php
-
- include "lib/mysql.php";
+require "../init.php";
+require BASE . "/lib/mysql.php";
$result = mysql_run_query(
"SELECT" .