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/status.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildmaster/status.php') diff --git a/buildmaster/status.php b/buildmaster/status.php index 05a4455..7dfbc48 100644 --- a/buildmaster/status.php +++ b/buildmaster/status.php @@ -4,6 +4,8 @@ include BASE . "/lib/mysql.php"; include BASE . "/lib/style.php"; include BASE . "/lib/helper.php"; +abort_iff_webspider(); + $result = mysql_run_query( "SELECT MAX(`package_sources`.`commit_time`) AS `last_commit`" . " FROM `package_sources`" -- cgit v1.2.3