OSB enhancements to date
This commit is contained in:
@@ -52,8 +52,8 @@ class CORE_vars
|
||||
// mods for hardcoded vars in config/multi-site
|
||||
global $hardcode;
|
||||
if(is_array($hardcode)) {
|
||||
foreach($hardcode as $hc) {
|
||||
$this->f["{$hc[0]}"] = $hc[1];
|
||||
foreach($hardcode as $hc => $value) {
|
||||
$this->f[$hc] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user