From 7de6c2349564147b6295f38b300271d15733765b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 14 Apr 2006 13:05:17 +0200 Subject: magpie files removed darcs-hash:20060414110517-7ad00-a942f845647f301255365b162a22826cd9a983f6.gz --- inc/common.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc/common.php') diff --git a/inc/common.php b/inc/common.php index 4d52c0ee6..a073ebeaa 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1283,6 +1283,12 @@ function check(){ msg('Cachedir is not writable',-1); } + if(is_writable($conf['lockdir'])){ + msg('Lockdir is writable',1); + }else{ + msg('Lockdir is not writable',-1); + } + if(is_writable(DOKU_CONF.'users.auth.php')){ msg('conf/users.auth.php is writable',1); }else{ -- cgit v1.2.3