summaryrefslogtreecommitdiff
path: root/buildmaster/statistics.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster/statistics.php')
-rw-r--r--buildmaster/statistics.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildmaster/statistics.php b/buildmaster/statistics.php
index 56b4984..fbfedf4 100644
--- a/buildmaster/statistics.php
+++ b/buildmaster/statistics.php
@@ -1,6 +1,6 @@
<?php
-require "../init.php";
-require BASE . "/lib/mysql.php";
+require_once "../init.php";
+require_once BASE . "/lib/mysql.php";
if (isset($_GET["from"]))
$min_time="from_base64(\"" . base64_encode("-".$_GET["from"]) . "\")";