index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 13:42:59 -0400 |
---|---|---|
committer | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 13:42:59 -0400 |
commit | 9d5b807d4944fa05c68fd38be1f9705f40137238 (patch) | |
tree | 2945adcd6fa5a2cb8485060c2a2bc57b27fbb290 /buildmaster/blacklist.php | |
parent | 0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (diff) |
-rw-r--r-- | buildmaster/blacklist.php | 4 |
diff --git a/buildmaster/blacklist.php b/buildmaster/blacklist.php index ab9f89f..4757a6e 100644 --- a/buildmaster/blacklist.php +++ b/buildmaster/blacklist.php @@ -1,7 +1,7 @@ <?php -require "../init.php" +require_once "../init.php" -require BASE . "/lib/mysql.php"; +require_once BASE . "/lib/mysql.php"; $result = mysql_run_query( "SELECT DISTINCT `architectures`.`name` AS `architecture`,`package_sources`.`pkgbase`,`build_assignments`.`is_black_listed` " . |