Typo in default nice_die message

darcs-hash:20070424211611-19e2d-ae76695e8114a064b5cebc2cad6fd55e7030e096.gz
This commit is contained in:
Guy Brand 2007-04-24 23:16:11 +02:00
parent 2979a10b84
commit 1983acc205
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ function init_paths(){
foreach($paths as $c => $p){
if(empty($conf[$c])) $conf[$c] = $conf['savedir'].'/'.$p;
$conf[$c] = init_path($conf[$c]);
if(empty($conf[$c])) nice_die("The $c ('$p') does not exist, isn't accessable or writable.
if(empty($conf[$c])) nice_die("The $c ('$p') does not exist, isn't accessible or writable.
You should check your config and permission settings.
Or maybe you want to <a href=\"install.php\">run the
installer</a>?");