Update clear-cache.html.php

This commit is contained in:
danpros 2023-12-30 08:31:57 +07:00
commit 7846f624a8

View file

@ -9,9 +9,7 @@ foreach (glob('cache/index/*.txt', GLOB_NOSORT) as $file) {
unlink($file);
}
foreach (glob('cache/widget/*.cache', GLOB_NOSORT) as $file) {
unlink($file);
}
rebuilt_cache('all');
echo i18n('All_cache_has_been_deleted');