Added ability to globally disable sending alerts

This commit is contained in:
laf
2015-11-04 20:29:02 +00:00
parent 0402afe5f2
commit 64180fa9a8
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',