Fix IMGDIR/CSSDIR when no config.php yet and creating setting to disable remoteurls for sflogo

This commit is contained in:
Deon George
2009-07-25 18:01:05 +10:00
parent a1cfa2f60c
commit 869b9be7e9
3 changed files with 12 additions and 2 deletions

View File

@@ -107,6 +107,10 @@ class Config {
'desc'=>'Group DN, where membership will exempt the users from readonly attrs',
'default'=>null);
$this->default->appearance['remoteurls'] = array(
'desc'=>'Whether to include renders for remote URLs',
'default'=>true);
$this->default->appearance['timezone'] = array(
'desc'=>'Define our timezone, if not defined in php.ini',
'default'=>null);