index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/build-slaves.php | 2 |
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php index 7a8a9f2..1285fb8 100644 --- a/buildmaster/build-slaves.php +++ b/buildmaster/build-slaves.php @@ -3,6 +3,8 @@ require_once "../init.php"; require_once BASE . "/lib/style.php"; require_once BASE . "/lib/mysql.php"; +abort_iff_webspider(); + $columns = array( "name" => array( "label" => "name", |