mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update manage_admin.php
This commit is contained in:
parent
6dd2f1ee06
commit
08c5fe9596
@ -15,7 +15,7 @@ switch ($mode)
|
||||
|
||||
foreach ($bb_cfg['cache']['engines'] as $cache_name => $cache_val)
|
||||
{
|
||||
if (!in_array('sqlite', $cache_val) && !in_array('filecache', $cache_val))
|
||||
if (!in_array('db_sqlite', $cache_val)) // Unused!!!
|
||||
{
|
||||
CACHE($cache_name)->rm();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user