summaryrefslogtreecommitdiff
path: root/buildmaster/execution-times.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster/execution-times.php')
-rw-r--r--buildmaster/execution-times.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildmaster/execution-times.php b/buildmaster/execution-times.php
index 3ef4f2a..cbe1cd5 100644
--- a/buildmaster/execution-times.php
+++ b/buildmaster/execution-times.php
@@ -3,6 +3,8 @@
require_once '../init.php';
require_once BASE . '/lib/mysql.php';
+abort_iff_webspider();
+
$result = mysql_run_query(
'SELECT' .
' UNIX_TIMESTAMP(`ssh_log`.`date`) AS `date`,' .