index : archweb32 | |
Archlinux32 website | 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/status.php | |
parent | 0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (diff) |
-rw-r--r-- | buildmaster/status.php | 2 |
diff --git a/buildmaster/status.php b/buildmaster/status.php index e129963..64b9f06 100644 --- a/buildmaster/status.php +++ b/buildmaster/status.php @@ -1,5 +1,5 @@ <?php -require "../init.php"; +require_once "../init.php"; include BASE . "/lib/mysql.php"; include BASE . "/lib/style.php"; |