Vergleich admin/modules/tools/cache.php - 1.8.32 - 1.8.34
Zeile 54 | Zeile 54 |
---|---|
admin_redirect("index.php?module=tools-cache"); |
admin_redirect("index.php?module=tools-cache"); |
$cachecontents = unserialize($cacheitem['cache']); | // use PHP's own unserialize() for performance reasons |
if(empty($cachecontents)) | if(empty($cachecontents)) |