mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Mensaje no access solo aparece con alertas [INTEGRIA: #4368]
This commit is contained in:
parent
f154705317
commit
6f0a1dfb00
@ -236,9 +236,9 @@ config_check();
|
||||
|
||||
$pandora_management = check_acl($config['id_user'], 0, "PM");
|
||||
|
||||
if ($config["alert_cnt"] > 0) {
|
||||
echo '<div id="alert_messages" style="display: none"></div>';
|
||||
|
||||
echo '<div id="alert_messages" style="display: none"></div>';
|
||||
|
||||
if ($config["alert_cnt"] > 0) {
|
||||
$maintenance_link = 'javascript:';
|
||||
$maintenance_title = __("System alerts detected - Please fix as soon as possible");
|
||||
$maintenance_class = $maintenance_id = 'show_systemalert_dialog white';
|
||||
|
Loading…
x
Reference in New Issue
Block a user