Fixed error in php, in warning to event protection
This commit is contained in:
parent
f78121af79
commit
543c095597
|
@ -1378,9 +1378,11 @@ function config_check () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($config['event_storm_protection']) {
|
if ($config['event_storm_protection']) {
|
||||||
set_pandora_error_for_header(
|
config["alert_cnt"]++;
|
||||||
__('You need to restart server after altering this configuration setting.'),
|
$_SESSION["alert_msg"] .= ui_print_error_message(
|
||||||
__('Event storm protection is activated. No events will be generated during this mode.'));
|
array('title' =>__('Event storm protection is activated. No events will be generated during this mode.'),
|
||||||
|
'message' => __('You need to restart server after altering this configuration setting.'),
|
||||||
|
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
global $develop_bypass;
|
global $develop_bypass;
|
||||||
|
|
Loading…
Reference in New Issue