Merge branch 'master' of https://git.seemsleg.it/pub/php-func-lib
This commit is contained in:
commit
f1b4aaf23a
@ -16,6 +16,9 @@ $_ips_crawler = array (
|
||||
'81.209.177.145', // website-datenbank.de
|
||||
'2a01:4f8:190:4244::2', // mj12bot
|
||||
'192.99.5.225', // ...
|
||||
'157.55.39.' // microsoft???
|
||||
'157.55.39.', // microsoft???
|
||||
'2a01:4f8:162:43c5::2', // mj12bot
|
||||
'85.25.177.', // abuse
|
||||
'85.25.210.' // hosteurope abuse
|
||||
);
|
||||
?>
|
||||
@ -7,7 +7,8 @@ function umlaute($str) {
|
||||
'ä',
|
||||
'ö',
|
||||
'ü',
|
||||
'ß'
|
||||
'ß',
|
||||
'&'
|
||||
), array (
|
||||
'Ä',
|
||||
'Ö',
|
||||
@ -15,7 +16,8 @@ function umlaute($str) {
|
||||
'ä',
|
||||
'ö',
|
||||
'ü',
|
||||
'ß'
|
||||
'ß',
|
||||
'&'
|
||||
), $str );
|
||||
}
|
||||
function chk($str) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user