Skip to content
Snippets Groups Projects
Commit de33a58f authored by Michael Klier's avatar Michael Klier
Browse files

introducing the new tmp dir

darcs-hash:20080227215640-23886-606fc55ada5d6c3c80f14967746ec6aa0a4b3321.gz
parent 059c03b9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -396,6 +396,7 @@ function check_permissions(){
'cache' => DOKU_INC.'data/cache',
'locks' => DOKU_INC.'data/locks',
'index' => DOKU_INC.'data/index',
'tmp' => DOKU_INC.'data/tmp'
);
$ok = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment