fix
This commit is contained in:
parent
bb72edd15b
commit
973a53c9bb
@ -1,7 +1,8 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
if ( // kill these glitched requests immediately
|
if ( // kill these glitched requests immediately
|
||||||
strpos(@$_SERVER["REQUEST_URI"], "/http") !== false
|
!empty($_SERVER["REQUEST_URI"])
|
||||||
|
&& strpos(@$_SERVER["REQUEST_URI"], "/http") !== false
|
||||||
&& strpos(@$_SERVER["REQUEST_URI"], "paheal.net") !== false
|
&& strpos(@$_SERVER["REQUEST_URI"], "paheal.net") !== false
|
||||||
) {
|
) {
|
||||||
die("No");
|
die("No");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user