From de33a58fdd96b6045efeacde90848dc9fb57c1aa Mon Sep 17 00:00:00 2001 From: Michael Klier Date: Wed, 27 Feb 2008 22:56:40 +0100 Subject: introducing the new tmp dir darcs-hash:20080227215640-23886-606fc55ada5d6c3c80f14967746ec6aa0a4b3321.gz --- inc/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc') 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; -- cgit v1.2.3