summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-27 08:27:37 +0200
committerErich Eckner <git@eckner.net>2018-07-27 08:27:37 +0200
commit1a7538265f7a2748e8864c002e75e55cb8a270ba (patch)
treeb4f9478e9b8ce3cb2e617cda23c6a4bbcc18be39
parentb2c2b43629729f0e753466ce3c543f59842b943a (diff)
downloadwebsite-1a7538265f7a2748e8864c002e75e55cb8a270ba.tar.xz
lib/converter.php -> lib/helper.php
-rw-r--r--buildmaster/status.php2
-rw-r--r--lib/helper.php (renamed from lib/converter.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/status.php b/buildmaster/status.php
index 45ae6c3..3776d81 100644
--- a/buildmaster/status.php
+++ b/buildmaster/status.php
@@ -2,7 +2,7 @@
require_once "../init.php";
include BASE . "/lib/mysql.php";
include BASE . "/lib/style.php";
-include BASE . "/lib/converter.php";
+include BASE . "/lib/helper.php";
$result = mysql_run_query(
"SELECT MAX(`package_sources`.`commit_time`) AS `last_commit`" .
diff --git a/lib/converter.php b/lib/helper.php
index 41951c7..41951c7 100644
--- a/lib/converter.php
+++ b/lib/helper.php