diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/init.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index 22959cf16..d730ca76c 100644 --- a/inc/init.php +++ b/inc/init.php @@ -157,7 +157,8 @@ function init_paths(){ 'metadir' => 'meta', 'cachedir' => 'cache', 'indexdir' => 'index', - 'lockdir' => 'locks'); + 'lockdir' => 'locks', + 'tmpdir' => 'tmp'); foreach($paths as $c => $p){ if(empty($conf[$c])) $conf[$c] = $conf['savedir'].'/'.$p; |