index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/execution-times.php | 2 |
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`,' . |