summaryrefslogtreecommitdiff
path: root/buildmaster/to-delete.php
diff options
context:
space:
mode:
authorTyler Dence <tyzoid.d@gmail.com>2018-06-19 13:42:59 -0400
committerTyler Dence <tyzoid.d@gmail.com>2018-06-19 13:42:59 -0400
commit9d5b807d4944fa05c68fd38be1f9705f40137238 (patch)
tree2945adcd6fa5a2cb8485060c2a2bc57b27fbb290 /buildmaster/to-delete.php
parent0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (diff)
downloadwebsite-9d5b807d4944fa05c68fd38be1f9705f40137238.tar.xz
Changed requires to require_once's
Diffstat (limited to 'buildmaster/to-delete.php')
-rw-r--r--buildmaster/to-delete.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildmaster/to-delete.php b/buildmaster/to-delete.php
index 8a7b7ef..6c5e547 100644
--- a/buildmaster/to-delete.php
+++ b/buildmaster/to-delete.php
@@ -1,6 +1,6 @@
<?php
-require "../init.php";
-require BASE . "/lib/mysql.php";
+require_once "../init.php";
+require_once BASE . "/lib/mysql.php";
$result = mysql_run_query(
"SELECT " .