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