X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fidentity.php;h=a792c4714426a9a1334442a90f07620177f9ca85;hb=88e336b3bc14f2e6c23c59732150abd6e17b00da;hp=288f93aaf97e0aa54875a9b73977a89e063d9e2f;hpb=fd28ecaaccbc2e51859411b7306d05da155bde47;p=friendica.git diff --git a/include/identity.php b/include/identity.php index 288f93aaf9..a792c47144 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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;