summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
authorTyler Dence <tyzoid.d@gmail.com>2018-06-19 17:47:17 -0400
committerTyler Dence <tyzoid.d@gmail.com>2018-06-19 17:47:17 -0400
commitb33c28aa002cbe227382e421a878c0e7d1a3699a (patch)
tree70b1a1debd55a263e8f8ab99eeb06465d64a821e /buildmaster
parent0b273a0b2cf1b10148810b4aed1dabde11602481 (diff)
downloadarchweb32-b33c28aa002cbe227382e421a878c0e7d1a3699a.tar.xz
Fixed remaining syntax issues
Need to get build system to verify no syntax issues before deployment
Diffstat (limited to 'buildmaster')
-rw-r--r--buildmaster/blacklist.php2
-rw-r--r--buildmaster/gpg-keys.php2
-rw-r--r--buildmaster/log.php2
-rw-r--r--buildmaster/mysql-issues.php2
4 files changed, 4 insertions, 4 deletions
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";
diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php
index a9cd564..0dc4594 100644
--- a/buildmaster/gpg-keys.php
+++ b/buildmaster/gpg-keys.php
@@ -1,5 +1,5 @@
<?php
-require_once "../init.php"
+require_once "../init.php";
require_once BASE . "/lib/mysql.php";
include "lib/mysql.php";
diff --git a/buildmaster/log.php b/buildmaster/log.php
index effcb55..23bfc72 100644
--- a/buildmaster/log.php
+++ b/buildmaster/log.php
@@ -1,5 +1,5 @@
<?php
-require_once "../init.php"
+require_once "../init.php";
require_once BASE . "/lib/mysql.php";
diff --git a/buildmaster/mysql-issues.php b/buildmaster/mysql-issues.php
index 89e84e7..7b62c17 100644
--- a/buildmaster/mysql-issues.php
+++ b/buildmaster/mysql-issues.php
@@ -1,5 +1,5 @@
<?php
-require_once "../init.php"
+require_once "../init.php";
require_once BASE . "/lib/mysql.php";
if (isset($_GET["ignore-haskell"]))