Browse Source

Update clear-cache.html.php

pull/663/merge
danpros 1 year ago
parent
commit
7846f624a8
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      system/admin/views/clear-cache.html.php

+ 1
- 3
system/admin/views/clear-cache.html.php 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');

Loading…
Cancel
Save