use php4
This commit is contained in:
parent
299d26ab92
commit
c193fa9406
@ -193,7 +193,7 @@ class serendipity_event_statistics extends serendipity_event
|
||||
);
|
||||
|
||||
foreach($banned_array AS $ban) {
|
||||
if (stripos($useragent, $ban) !== false) {
|
||||
if (stristr($useragent, $ban) !== false) {
|
||||
$found = 1;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user