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:
commit
b3f37f8bb4
|
@ -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'
|
||||
|
|
|
@ -736,7 +736,7 @@ div#main_pure {
|
|||
div#main,
|
||||
div#container,
|
||||
body.pure {
|
||||
background-color: #111;
|
||||
background-color: #111 !important;
|
||||
}
|
||||
|
||||
form ul.form_flex {
|
||||
|
|
Loading…
Reference in New Issue