index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 17:47:17 -0400 |
---|---|---|
committer | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 17:47:17 -0400 |
commit | b33c28aa002cbe227382e421a878c0e7d1a3699a (patch) | |
tree | 70b1a1debd55a263e8f8ab99eeb06465d64a821e /buildmaster/blacklist.php | |
parent | 0b273a0b2cf1b10148810b4aed1dabde11602481 (diff) |
-rw-r--r-- | buildmaster/blacklist.php | 2 |
diff --git a/buildmaster/blacklist.php b/buildmaster/blacklist.php index 4757a6e..07ac85a 100644 --- a/buildmaster/blacklist.php +++ b/buildmaster/blacklist.php @@ -1,5 +1,5 @@ <?php -require_once "../init.php" +require_once "../init.php"; require_once BASE . "/lib/mysql.php"; |