mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Update clear-cache.html.php
This commit is contained in:
parent
a85d1f6ca0
commit
7846f624a8
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue