Bugfix: cached data doesn't need to get unserialized anymore

2022.09-rc
rabuzarus 2016-12-04 15:15:23 +01:00
rodzic bdae456e5d
commit 3d4e1176ec
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -813,7 +813,6 @@ function zrl_init(&$a) {
$result = Cache::get("gprobe:".$urlparts["host"]);
if (!is_null($result)) {
$result = unserialize($result);
if (in_array($result["network"], array(NETWORK_FEED, NETWORK_PHANTOM))) {
logger("DDoS attempt detected for ".$urlparts["host"]." by ".$_SERVER["REMOTE_ADDR"].". server data: ".print_r($_SERVER, true), LOGGER_DEBUG);
return;