Vergleich admin/modules/tools/cache.php - 1.8.34 - 1.8.37

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 54Zeile 54
		admin_redirect("index.php?module=tools-cache");
}


		admin_redirect("index.php?module=tools-cache");
}


	// use PHP's own unserialize() for performance reasons
$cachecontents = unserialize($cacheitem['cache'], array('allowed_classes' => false));

	// use native_unserialize() over my_unserialize() for performance reasons
$cachecontents = native_unserialize($cacheitem['cache']);


if(empty($cachecontents))
{


if(empty($cachecontents))
{