Added "system"->system_error_email to Settings
E-mail address for system error notifications
This commit is contained in:
parent
5cbb469b56
commit
7e602f2eda
@ -172,6 +172,13 @@ $aSettings['acl'][] = array(
|
||||
'name' => 'acl_round_statistics', 'value' => $setting->getValue('acl_round_statistics'),
|
||||
'tooltip' => 'Make the round statistics page private (users only) or public.'
|
||||
);
|
||||
$aSettings['system'][] = array(
|
||||
'display' => 'E-mail address for system error notifications', 'type' => 'text',
|
||||
'size' => 25,
|
||||
'default' => 'test@example.com',
|
||||
'name' => 'system_error_email', 'value' => $setting->getValue('system_error_email'),
|
||||
'tooltip' => 'The email address for system errors notifications, like cronjobs failures.'
|
||||
);
|
||||
$aSettings['system'][] = array(
|
||||
'display' => 'Disable e-mail confirmations', 'type' => 'select',
|
||||
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user