index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/dependencies.php | 4 |
diff --git a/buildmaster/dependencies.php b/buildmaster/dependencies.php index 7826b55..8eb4dc4 100644 --- a/buildmaster/dependencies.php +++ b/buildmaster/dependencies.php @@ -1,6 +1,6 @@ <?php -require "../init.php"; -require BASE . "/lib/mysql.php"; +require_once "../init.php"; +require_once BASE . "/lib/mysql.php"; $match = ""; |