summaryrefslogtreecommitdiff
path: root/www-ssl/menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-xwww-ssl/menu.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php
index 9d9c7efa..af08a8cb 100755
--- a/www-ssl/menu.php
+++ b/www-ssl/menu.php
@@ -34,13 +34,12 @@ $Menu["Entry"][3]["Line"] = "<br>";
$Menu["Entry"][4]["File"] = "nonpublic/schichtplan_beamer.php";
$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_SchichtplanBeamer");
-if ($_SESSION['CVS']["nonpublic/index.php"] == "Y")
+if ($_SESSION['CVS']["nonpublic/news.php"] == "Y")
{
$MenuAdmin["Path"] = "";
$MenuAdmin["Name"] = Get_Text("pub_menu_menuname");
- $MenuAdmin["Entry"][0]["File"] = "nonpublic/index.php";
+ $MenuAdmin["Entry"][0]["File"] = "nonpublic/news.php";
$MenuAdmin["Entry"][0]["Name"] = "Engel-Men&uuml;";
} // MenueShowAdminSection
-
?>