summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-11-15 17:45:26 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-11-15 17:45:26 +0100
commit57def0d195c91068f29acb3823f763d1ba93e435 (patch)
tree4ca207c15a26b703b1ca03212648203d578a82c7 /config
parent596301c10bde5e98b6cfdde51be843ffbf087e8d (diff)
Use absolute paths in default config
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index fc7e92fd7..b4c0206ca 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -276,10 +276,10 @@ $config['user_aliases'] = false;
// 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