Adding defaults for new config options. Fixes bug 4107
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
'clamfailureonupload' => 'donothing',
|
||||
'dbsessions' => false,
|
||||
'debug' => 7,
|
||||
'defaultrequestedcategory' => 1,
|
||||
'deleteunconfirmed' => 168,
|
||||
'denyemailaddresses' => '',
|
||||
'digestmailtime' => 17,
|
||||
'displayloginfailures' => '',
|
||||
'enablecourserequests' => 0,
|
||||
'enablerssfeeds' => 0,
|
||||
'enablestats' => 0,
|
||||
'enrol' => 'internal',
|
||||
'extendedusernamechars' => false,
|
||||
'editorbackgroundcolor' => '#ffffff',
|
||||
@@ -60,15 +63,23 @@
|
||||
'maxbytes' => 0,
|
||||
'maxeditingtime' => 1800,
|
||||
'messaging' => true,
|
||||
'mymoodleredirect' => false,
|
||||
'noreplyaddress' => 'noreply@'.$_SERVER['HTTP_HOST'],
|
||||
'notifyloginfailures' => '',
|
||||
'notifyloginthreshold' => 10,
|
||||
'opentogoogle' => false,
|
||||
'pathtoclam' => '',
|
||||
'pathtodu' => '',
|
||||
'prefix' => '',
|
||||
'proxyhost' => '',
|
||||
'proxyport' => '',
|
||||
'quarantinedir' => '',
|
||||
'requestedteachername' => '',
|
||||
'requestedteachersname' => '',
|
||||
'requestedstudentname' => '',
|
||||
'requestedstudentsname' => '',
|
||||
'restrictmodulesfor' => 'none',
|
||||
'restrictbydefault' => 0,
|
||||
'runclamonupload' => 0,
|
||||
'secureforms' => false,
|
||||
'sessioncookie' => '',
|
||||
@@ -80,6 +91,8 @@
|
||||
'smtphosts' => '',
|
||||
'smtppass' => '',
|
||||
'smtpuser' => '',
|
||||
'statsfirstrun' => 'none',
|
||||
'statsmaxruntime' => 0,
|
||||
'style' => 'default',
|
||||
'tabselectedtofront' => false,
|
||||
'teacherassignteachers' => true,
|
||||
|
||||
Reference in New Issue
Block a user