diff options
-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>?"); } } |