also msnbot

This commit is contained in:
Shish 2020-02-08 11:42:49 +00:00
parent 0b304bdf2e
commit 85cf801fb3

View File

@ -51,6 +51,7 @@ class Index extends Extension
strstr($_SERVER["HTTP_USER_AGENT"], "Googlebot") !== false strstr($_SERVER["HTTP_USER_AGENT"], "Googlebot") !== false
|| strstr($_SERVER["HTTP_USER_AGENT"], "YandexBot") !== false || strstr($_SERVER["HTTP_USER_AGENT"], "YandexBot") !== false
|| strstr($_SERVER["HTTP_USER_AGENT"], "bingbot") !== false || strstr($_SERVER["HTTP_USER_AGENT"], "bingbot") !== false
|| strstr($_SERVER["HTTP_USER_AGENT"], "msnbot") !== false
) )
&& ( && (
$count_search_terms > 1 $count_search_terms > 1