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 --- install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install.php') diff --git a/install.php b/install.php index bf8bccea2..3c0eb604e 100644 --- a/install.php +++ b/install.php @@ -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; -- cgit v1.2.3