From 9c24a28ad4f00b1c95feeca004bbc9f2a7059543 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 13 Oct 2021 16:48:38 +0200 Subject: [PATCH] clearing the cache is moved to backend --- index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.php b/index.php index ed9b48c2..3e410780 100644 --- a/index.php +++ b/index.php @@ -436,10 +436,6 @@ // display the template $smarty->display('index.tpl',$cache_id); -if(($p == "clearallcache") AND ($_SESSION['user_class'] == "administrator")) { - $smarty->clearAllCache(); -} - /* track the hits */ if(!isset($preview)) {