]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
GZIP compression is now required
[mailer.git] / inc / functions.php
index 2e67489387c9eb29c91594652dc164a7153f278a..da1d2508a2afe7707f4165b829c49018f4159201 100644 (file)
@@ -3787,7 +3787,7 @@ function isSpider () {
        if (empty($userAgent)) return true;
 
        // Is it a spider?
        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
 }
 
 // Prepares the header for HTML output