Update manage_admin.php

This commit is contained in:
Roman Kelesidis 2023-10-21 11:24:28 +07:00
parent bc62e1e6f3
commit 32f7d85f51

View File

@ -15,7 +15,7 @@ switch ($mode)
foreach ($bb_cfg['cache']['engines'] as $cache_name => $cache_val)
{
if (!in_array(array('sqlite', 'filecache'), $cache_val))
if (!in_array('sqlite', $cache_val) && !in_array('filecache', $cache_val))
{
CACHE($cache_name)->rm();
}