This commit is contained in:
Shish 2020-01-26 16:43:41 +00:00
parent bb72edd15b
commit 973a53c9bb

View File

@ -1,7 +1,8 @@
<?php declare(strict_types=1);
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
) {
die("No");