cache and config2 cleanup

This commit is contained in:
following
2013-07-15 00:27:34 +02:00
parent efea87abf9
commit f6ba21a94b
3 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class Menu
{
global $opt;
$dir = $opt['rootpath'] . 'cache/';
$dir = $opt['rootpath'] . 'cache2/';
if ($dh = opendir($dir))
{
while (($file = readdir($dh)) !== false)