diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-11 21:27:49 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-11 21:27:49 +0000 |
commit | 2cff87c4629264ebef5055ad1a721f75861bfb4c (patch) | |
tree | a890958d5ea2a4c8f6029582647f7a4fe6b86b9e /www-ssl/admin | |
parent | fea0d9f00e6eb61ea0e1029d0a5de6016fa10644 (diff) |
bugfix change feld
git-svn-id: svn://svn.cccv.de/engel-system@44 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/menu.php b/www-ssl/admin/menu.php index 499e1058..a76bfdfd 100755 --- a/www-ssl/admin/menu.php +++ b/www-ssl/admin/menu.php @@ -35,7 +35,7 @@ $Menu["Entry"][11]["Line"] = "<br><br>"; $Menu["Entry"][10]["File"] = "list.php"; $Menu["Entry"][10]["Name"] = "Debug"; -if ($_SESSION['CVS']["MenueShowAdminSection"] == "Y") +if ($_SESSION['CVS']["nonpublic/index.php"] == "Y") { $MenuAdmin["Name"] = "Erzengel"; $MenuAdmin["Entry"][0]["File"] = "../nonpublic/index.php"; |