From be0e7c8498c3f065c9dbdc1300b84d41b2aa6739 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 25 Jul 2019 14:29:54 +0200 Subject: lib/mysql.php: abort_iff_webspider() new - for now only logging the user agent --- buildmaster/build-slaves.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildmaster/build-slaves.php') 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", -- cgit v1.2.3-54-g00ecf