diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-07-29 16:40:35 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-07-29 16:40:35 +0200 |
commit | 69dc3177b0b944744f2996e44e9f0a15c10f5441 (patch) | |
tree | 07bb1d4534e7388c2e843b35972ecf71028edb73 | |
parent | 921504c67c3cd6b7e331afa6fd38a6e01efceaf8 (diff) | |
download | rpg-69dc3177b0b944744f2996e44e9f0a15c10f5441.tar.gz rpg-69dc3177b0b944744f2996e44e9f0a15c10f5441.tar.bz2 |
init_paths points to the installer now
darcs-hash:20060729144035-7ad00-41ec3091bfda9bded254bd5a1ca7d3a4003a0116.gz
-rw-r--r-- | inc/init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index 2d194aa09..934b14dd7 100644 --- a/inc/init.php +++ b/inc/init.php @@ -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>?"); } } |