diff options
author | Erich Eckner <git@eckner.net> | 2019-07-25 14:29:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-25 14:29:54 +0200 |
commit | be0e7c8498c3f065c9dbdc1300b84d41b2aa6739 (patch) | |
tree | a322ef48b2e22c24b3c6ec57c26dfbc1213ff17c /buildmaster/build-list.php | |
parent | 161d73af81750c5cd27bee032ae54174ca895609 (diff) | |
download | archweb32-be0e7c8498c3f065c9dbdc1300b84d41b2aa6739.tar.xz |
lib/mysql.php: abort_iff_webspider() new - for now only logging the user agent
Diffstat (limited to 'buildmaster/build-list.php')
-rw-r--r-- | buildmaster/build-list.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 2eaf08a..9da07bd 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -5,6 +5,8 @@ require_once BASE . "/lib/helper.php"; require_once BASE . "/lib/mysql.php"; require_once BASE . "/lib/style.php"; +abort_iff_webspider(); + $filter = " WHERE "; if (array_key_exists("invq", $_GET)) |