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