diff --git a/cms/data/content.sqlite b/cms/data/content.sqlite index a870a75..73e42c6 100644 Binary files a/cms/data/content.sqlite and b/cms/data/content.sqlite differ diff --git a/cms/data/userdata.sqlite b/cms/data/userdata.sqlite index 82683ed..80cff56 100644 Binary files a/cms/data/userdata.sqlite and b/cms/data/userdata.sqlite differ diff --git a/cms/index.php b/cms/index.php index 753642a..40f9bb2 100644 --- a/cms/index.php +++ b/cms/index.php @@ -70,7 +70,7 @@ try if(isset($cache) && isset($_GET['clear_cache']) && isset($_SESSION[$settings['session_prefix'].'user_id'])) { $cache->clear(); - header('Location: index.php?msg=cache_cleared'); + header('Location: '.BASE_URL); exit; } diff --git a/cms/templates/admin/subtemplates/admin_index.inc.tpl b/cms/templates/admin/subtemplates/admin_index.inc.tpl index 47ab5aa..6007838 100644 --- a/cms/templates/admin/subtemplates/admin_index.inc.tpl +++ b/cms/templates/admin/subtemplates/admin_index.inc.tpl @@ -20,3 +20,10 @@