Better/working web config editor

This commit is contained in:
Michael Foster
2013-08-03 05:21:02 -04:00
parent 3ed15565b0
commit c9684fc000
4 changed files with 42 additions and 18 deletions

View File

@@ -1975,7 +1975,7 @@ function mod_config() {
foreach ($var['name'] as $n)
$c = &$c[$n];
} else {
$c = $config[$var['name']];
$c = @$config[$var['name']];
}
$var['value'] = $c;