MDL-44839 admin: Moved all system executable paths to config

AMOS BEGIN
 MOV ['gspath','assignfeedback_editpdf'],['pathtogs','admin']
 MOV ['gspath_help','assignfeedback_editpdf'],['pathtogs_help','admin']
AMOS END
This commit is contained in:
Rajesh Taneja
2014-06-03 17:33:49 +08:00
parent 8e478c99d3
commit 1bce3a70d9
10 changed files with 61 additions and 11 deletions
+1
View File
@@ -181,6 +181,7 @@ $CFG->dboptions = isset($CFG->phpunit_dboptions) ? $CFG->phpunit_dboptions : $CF
$allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions',
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
'pathtogs', 'pathtoclam', 'pathtodu', 'aspellpath', 'pathtodot'
);
$productioncfg = (array)$CFG;
$CFG = new stdClass();