From f6ba21a94b6f7d572ea7cef5fa13345b95b92a0a Mon Sep 17 00:00:00 2001 From: following Date: Mon, 15 Jul 2013 00:27:34 +0200 Subject: [PATCH] cache and config2 cleanup --- htdocs/cache/captcha/index.html | 0 htdocs/config2/.cvsignore | 1 - htdocs/lib2/menu.class.php | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 htdocs/cache/captcha/index.html delete mode 100644 htdocs/config2/.cvsignore diff --git a/htdocs/cache/captcha/index.html b/htdocs/cache/captcha/index.html deleted file mode 100644 index e69de29b..00000000 diff --git a/htdocs/config2/.cvsignore b/htdocs/config2/.cvsignore deleted file mode 100644 index b9ed646d..00000000 --- a/htdocs/config2/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -settings.inc.php diff --git a/htdocs/lib2/menu.class.php b/htdocs/lib2/menu.class.php index 13805ed9..8921635d 100644 --- a/htdocs/lib2/menu.class.php +++ b/htdocs/lib2/menu.class.php @@ -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)