From 8c4f28e8218f0ffb4c01bfd99c7420114b839c4e Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 12 May 2005 22:42:25 +0200 Subject: Turn sensitive files into scripts that exit immediately darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz --- inc/common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/common.php') diff --git a/inc/common.php b/inc/common.php index 2253402b4..1f79822a6 100644 --- a/inc/common.php +++ b/inc/common.php @@ -791,10 +791,10 @@ function check(){ msg('Mediadir is not writable',-1); } - if(is_writable('conf/users.auth')){ - msg('conf/users.auth is writable',1); + if(is_writable('conf/users.auth.php')){ + msg('conf/users.auth.php is writable',1); }else{ - msg('conf/users.auth is not writable',0); + msg('conf/users.auth.php is not writable',0); } if(function_exists('mb_strpos')){ -- cgit v1.2.3