Merge pull request #2385 from laf/issue-2360

Added ability to globally disable sending alerts
This commit is contained in:
Daniel Preussker
2015-11-05 21:38:32 +01:00
3 changed files with 6 additions and 1 deletions

View File

@@ -196,6 +196,10 @@ else {
$callback = urlencode($callback);
$general_conf = array(
array('name' => 'alert.disable',
'descr' => 'Disable alerting',
'type' => 'checkbox',
),
array('name' => 'alert.admins',
'descr' => 'Issue alerts to admins',
'type' => 'checkbox',