diff --git a/www-ssl/admin/menu.php b/www-ssl/admin/menu.php
deleted file mode 100755
index 7137b68c..00000000
--- a/www-ssl/admin/menu.php
+++ /dev/null
@@ -1,51 +0,0 @@
-";
-$Menu["Entry"][3]["File"] = "dbUpdateFromXLS.php";
-$Menu["Entry"][3]["Name"] = Get_Text("pub_menu_UpdateDB");
-$Menu["Entry"][13]["File"] = "dect.php";
-$Menu["Entry"][13]["Name"] = Get_Text("pub_menu_Dect");
-$Menu["Entry"][13]["Line"] = "
";
-$Menu["Entry"][4]["File"] = "user.php";
-$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_Engelliste");
-$Menu["Entry"][14]["File"] = "userDefaultSetting.php";
-$Menu["Entry"][14]["Name"] = Get_Text("pub_menu_EngelDefaultSetting");
-$Menu["Entry"][5]["File"] = "aktiv.php";
-$Menu["Entry"][5]["Name"] = Get_Text("pub_menu_Aktivliste");
-$Menu["Entry"][6]["File"] = "tshirt.php";
-$Menu["Entry"][6]["Name"] = Get_Text("pub_menu_T-Shirtausgabe");
-$Menu["Entry"][6]["Line"] = "
";
-$Menu["Entry"][7]["File"] = "news.php";
-$Menu["Entry"][7]["Name"] = Get_Text("pub_menu_News-Verwaltung");
-$Menu["Entry"][8]["File"] = "faq.php";
-$Menu["Entry"][8]["Name"] = Get_Text("pub_menu_FAQ"). " (". noAnswer(). ")";
-$Menu["Entry"][9]["File"] = "free.php";
-$Menu["Entry"][9]["Name"] = Get_Text("pub_menu_FreeEngel");
-$Menu["Entry"][9]["Line"] = "
";
-$Menu["Entry"][11]["File"] = "sprache.php";
-$Menu["Entry"][11]["Name"] = Get_Text("pub_menu_Language");
-$Menu["Entry"][11]["Line"] = "
";
-$Menu["Entry"][10]["File"] = "debug.php";
-$Menu["Entry"][10]["Name"] = Get_Text("pub_menu_Debug");
-$Menu["Entry"][15]["File"] = "Recentchanges.php";
-$Menu["Entry"][15]["Name"] = Get_Text("pub_menu_Recentchanges");
-
-if ($_SESSION['CVS']["nonpublic/index.php"] == "Y")
-{
- $MenuAdmin["Name"] = "Erzengel";
- $MenuAdmin["Entry"][0]["File"] = "../nonpublic/news.php";
- $MenuAdmin["Entry"][0]["Name"] = "Engel-Menü";
- $MenuAdmin["Entry"][1]["File"] = "../index.php";
- $MenuAdmin["Entry"][1]["Name"] = "Login-Menü";
-} // MenueShowAdminSection
-
-?>
diff --git a/www-ssl/menu.php b/www-ssl/menu.php
deleted file mode 100755
index 14f019c6..00000000
--- a/www-ssl/menu.php
+++ /dev/null
@@ -1,30 +0,0 @@
-";
-$Menu["Entry"][1]["File"] = "faq.php";
-$Menu["Entry"][1]["Name"] = Get_Text("menu_FAQ");
-$Menu["Entry"][1]["Line"] = "
";
-$Menu["Entry"][2]["File"] = "lageplan.php";
-$Menu["Entry"][2]["Name"] = Get_Text("menu_plan");
-$Menu["Entry"][2]["Line"] = "
";
-$Menu["Entry"][3]["File"] = "makeuser.php";
-$Menu["Entry"][3]["Name"] = Get_Text("menu_MakeUser");
-$Menu["Entry"][3]["Line"] = "
";
-$Menu["Entry"][4]["File"] = "nonpublic/schichtplan_beamer.php";
-$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_SchichtplanBeamer");
-
-if ($_SESSION['CVS']["nonpublic/news.php"] == "Y")
-{
- $MenuAdmin["Path"] = "";
- $MenuAdmin["Name"] = Get_Text("pub_menu_menuname");
- $MenuAdmin["Entry"][0]["File"] = "admin/index.php";
- $MenuAdmin["Entry"][0]["Name"] = "Erzengel-Menü";
- $MenuAdmin["Entry"][1]["File"] = "nonpublic/news.php";
- $MenuAdmin["Entry"][1]["Name"] = "Engel-Menü";
-} // MenueShowAdminSection
-
-?>
diff --git a/www-ssl/nonpublic/menu.php b/www-ssl/nonpublic/menu.php
deleted file mode 100755
index 1d887556..00000000
--- a/www-ssl/nonpublic/menu.php
+++ /dev/null
@@ -1,40 +0,0 @@
-";
-$Menu["Entry"][9]["File"] = "../logout.php";
-$Menu["Entry"][9]["Name"] = Get_Text("pub_menu_Abmelden");
-
-
-if ($_SESSION['CVS']["admin/index.php"] == "Y")
-{
- $MenuAdmin["Path"] = "";
- $MenuAdmin["Name"] = "Erzengel";
- $MenuAdmin["Entry"][0]["File"] = "../admin/index.php";
- $MenuAdmin["Entry"][0]["Name"] = "Erzengel-Menü";
- $MenuAdmin["Entry"][1]["File"] = "../index.php";
- $MenuAdmin["Entry"][1]["Name"] = "Login-Menü";
-} // MenueShowAdminSection
-
-?>