This commit is contained in:
Andrew Nicols 2017-04-10 11:54:09 +08:00
commit 1adae85448
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ function behat_clean_init_config() {
'umaskpermissions', 'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix',
'dboptions', 'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword',
'proxybypass', 'theme', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot', 'skiplangupgrade',
'altcacheconfigpath', 'pathtounoconv'
'altcacheconfigpath', 'pathtounoconv', 'alternative_file_system_class'
));
// Add extra allowed settings.

View File

@ -186,7 +186,7 @@ $allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermission
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
'altcacheconfigpath', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot',
'pathtounoconv'
'pathtounoconv', 'alternative_file_system_class'
);
$productioncfg = (array)$CFG;
$CFG = new stdClass();