summaryrefslogtreecommitdiff
path: root/buildmaster/blacklist.php
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/blacklist.php
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/blacklist.php')
-rw-r--r--buildmaster/blacklist.php2
1 files changed, 1 insertions, 1 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";