diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-04-14 13:05:17 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-04-14 13:05:17 +0200 |
commit | 7de6c2349564147b6295f38b300271d15733765b (patch) | |
tree | 828e6e06ee6092c7bc8684fe5e1936afb518038b /inc/common.php | |
parent | 3db95bec49bcc5481c2b68517d7db3c0c40a1cc6 (diff) | |
download | rpg-7de6c2349564147b6295f38b300271d15733765b.tar.gz rpg-7de6c2349564147b6295f38b300271d15733765b.tar.bz2 |
magpie files removed
darcs-hash:20060414110517-7ad00-a942f845647f301255365b162a22826cd9a983f6.gz
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 6 |
1 files changed, 6 insertions, 0 deletions
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{ |