Skip to content
Snippets Groups Projects
Commit 69dc3177 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

init_paths points to the installer now

darcs-hash:20060729144035-7ad00-41ec3091bfda9bded254bd5a1ca7d3a4003a0116.gz
parent 921504c6
No related branches found
No related tags found
No related merge requests found
......@@ -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>?");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment