From 69dc3177b0b944744f2996e44e9f0a15c10f5441 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 29 Jul 2006 16:40:35 +0200
Subject: [PATCH] init_paths points to the installer now

darcs-hash:20060729144035-7ad00-41ec3091bfda9bded254bd5a1ca7d3a4003a0116.gz
---
 inc/init.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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