mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fixed typo
This commit is contained in:
parent
b826e5c2a3
commit
8427a186d8
@ -219,8 +219,8 @@
|
|||||||
} else {
|
} else {
|
||||||
$GLOBALS['current_config']['temp_dir'] = 'c:\\path\\to\\temp\\dir';
|
$GLOBALS['current_config']['temp_dir'] = 'c:\\path\\to\\temp\\dir';
|
||||||
}
|
}
|
||||||
$GLOBALS['current_config']['files_dir'] = 'c:\\programme files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\files';
|
$GLOBALS['current_config']['files_dir'] = 'c:\\Program files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\files';
|
||||||
$GLOBALS['current_config']['backup_dir'] = 'c:\\programme files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\backup';
|
$GLOBALS['current_config']['backup_dir'] = 'c:\\Program files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\backup';
|
||||||
}
|
}
|
||||||
$datetime =& CreateObject('phpgwapi.datetime');
|
$datetime =& CreateObject('phpgwapi.datetime');
|
||||||
$GLOBALS['current_config']['tz_offset'] = $datetime->getbestguess();
|
$GLOBALS['current_config']['tz_offset'] = $datetime->getbestguess();
|
||||||
|
Loading…
Reference in New Issue
Block a user