index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/log.php | 3 |
diff --git a/buildmaster/log.php b/buildmaster/log.php index 55ce955..effcb55 100644 --- a/buildmaster/log.php +++ b/buildmaster/log.php @@ -1,6 +1,7 @@ <?php +require_once "../init.php" +require_once BASE . "/lib/mysql.php"; - include "lib/mysql.php"; $filter = ""; if (isset($_GET["show"]) && |