X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=da1d2508a2afe7707f4165b829c49018f4159201;hp=2e67489387c9eb29c91594652dc164a7153f278a;hb=9d7b66c75a69d7e56944708940580a8b14ef401d;hpb=6ab47a0e88ac316936f4c9245886b3c8c07f1e67 diff --git a/inc/functions.php b/inc/functions.php index 2e67489387..da1d2508a2 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3787,7 +3787,7 @@ function isSpider () { if (empty($userAgent)) return true; // Is it a spider? - return ((strpos($userAgent, 'spider') !== false) || (strpos($userAgent, 'slurp') !== false) || (strpos($userAgent, 'bot') !== false)); + return ((strpos($userAgent, 'spider') !== false) || (strpos($userAgent, 'slurp') !== false) || (strpos($userAgent, 'bot') !== false) || (strpos($userAgent, 'archiver') !== false)); } // Prepares the header for HTML output