init_paths points to the installer now

darcs-hash:20060729144035-7ad00-41ec3091bfda9bded254bd5a1ca7d3a4003a0116.gz
This commit is contained in:
Andreas Gohr 2006-07-29 16:40:35 +02:00
parent 921504c67c
commit 69dc3177b0
1 changed files with 3 additions and 1 deletions

View File

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