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)