mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed a typo.
This commit is contained in:
parent
3a86b01e22
commit
fce608a284
@ -1378,7 +1378,7 @@ function config_check () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($config['event_storm_protection']) {
|
if ($config['event_storm_protection']) {
|
||||||
config["alert_cnt"]++;
|
$config["alert_cnt"]++;
|
||||||
$_SESSION["alert_msg"] .= ui_print_error_message(
|
$_SESSION["alert_msg"] .= ui_print_error_message(
|
||||||
array('title' =>__('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.'),
|
'message' => __('You need to restart server after altering this configuration setting.'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user