Fixed HelpELCode page permission with guest menus

SVN revision: 1592
This commit is contained in:
2006-01-09 19:18:46 +00:00
parent 25b16f2257
commit 7c7f13c8e8
+2
View File
@@ -15081,6 +15081,8 @@ BOOL is_command_allowed(LOGBOOK * lbs, char *command)
strcat(menu_str, ", ");
}
strcat(menu_str, "HelpELCode, ");
if (is_admin_user(lbs->name, getparam("unm"))) {
if (getcfg(lbs->name, "Mirror server", str, sizeof(str)))