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
-1
View File
@@ -1 +0,0 @@
settings.inc.php
+1 -1
View File
@@ -102,7 +102,7 @@ class Menu
{ {
global $opt; global $opt;
$dir = $opt['rootpath'] . 'cache/'; $dir = $opt['rootpath'] . 'cache2/';
if ($dh = opendir($dir)) if ($dh = opendir($dir))
{ {
while (($file = readdir($dh)) !== false) while (($file = readdir($dh)) !== false)