Thomas Bruederli
2013-11-15 57def0d195c91068f29acb3823f763d1ba93e435
Use absolute paths in default config
1 files modified
4 ■■■■ changed files
config/defaults.inc.php 4 ●●●● patch | view | raw | blame | history
config/defaults.inc.php
@@ -276,10 +276,10 @@
// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
$config['log_dir'] = 'logs/';
$config['log_dir'] = RCUBE_INSTALL_PATH . 'logs/';
// use this folder to store temp files (must be writeable for apache user)
$config['temp_dir'] = 'temp/';
$config['temp_dir'] = RCUBE_INSTALL_PATH . 'temp/';
// expire files in temp_dir after 48 hours
// possible units: s, m, h, d, w