Merge branch 'ent-10991-15445-usuario-estandar-con-perfil-pandora-administrator-no-puede-ver-vista-authentication' into 'develop'

Ent 10991 15445 usuario estandar con perfil pandora administrator no puede ver vista authentication

See merge request artica/pandorafms!5751
This commit is contained in:
Rafael Ameijeiras 2023-05-17 14:42:27 +00:00
commit b3f37f8bb4
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ global $config;
check_login();
if ((bool) check_acl($config['id_user'], 0, 'PM') === true && is_user_admin($config['id_user']) === false) {
if ((bool) check_acl($config['id_user'], 0, 'PM') === false && is_user_admin($config['id_user']) === false) {
db_pandora_audit(
AUDIT_LOG_ACL_VIOLATION,
'Trying to access Setup Management'

View File

@ -736,7 +736,7 @@ div#main_pure {
div#main,
div#container,
body.pure {
background-color: #111;
background-color: #111 !important;
}
form ul.form_flex {