This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update clear-cache.html.php
pull/663/merge
danpros
1 year ago
parent
a85d1f6ca0
commit
7846f624a8
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
);
Write
Preview
Loading…
Cancel
Save