summaryrefslogtreecommitdiff
path: root/buildmaster/status.php
diff options
context:
space:
mode:
authorErich Eckner <deep42thought@noreply.example.org>2018-06-19 17:49:43 +0000
committerGitea <gitea@fake.local>2018-06-19 17:49:43 +0000
commit4eaa80ae7e67bbadf4b6cdd4634496368dc451d5 (patch)
tree2945adcd6fa5a2cb8485060c2a2bc57b27fbb290 /buildmaster/status.php
parent1e8cfa2306848879b4fa4b39fb60e80389d3d808 (diff)
parent9d5b807d4944fa05c68fd38be1f9705f40137238 (diff)
downloadwebsite-4eaa80ae7e67bbadf4b6cdd4634496368dc451d5.tar.xz
Merge branch 'fix-include-path' of archlinux32/archweb32 into master
Diffstat (limited to 'buildmaster/status.php')
-rw-r--r--buildmaster/status.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildmaster/status.php b/buildmaster/status.php
index 2b1bd11..64b9f06 100644
--- a/buildmaster/status.php
+++ b/buildmaster/status.php
@@ -1,7 +1,7 @@
<?php
-
-include "lib/mysql.php";
-include "lib/style.php";
+require_once "../init.php";
+include BASE . "/lib/mysql.php";
+include BASE . "/lib/style.php";
$result = mysql_run_query(
"SELECT MAX(`package_sources`.`commit_time`) AS `last_commit`" .