fix no REMOTE_USER error to refer to "installation instructions" instead of long...
authorivan <ivan>
Mon, 12 Sep 2011 20:06:39 +0000 (20:06 +0000)
committerivan <ivan>
Mon, 12 Sep 2011 20:06:39 +0000 (20:06 +0000)
FS/FS/UID.pm

index e042c05..cd3d6c1 100644 (file)
@@ -286,7 +286,7 @@ sub cgisetotaker {
     $user = lc ( $cgi->connection->user );
   } else {
     die "fatal: Can't get REMOTE_USER! for cgi $cgi - you need to setup ".
-        "Apache user authentication as documented in httemplate/docs/install.html";
+        "Apache user authentication as documented in the installation instructions";
   }
   $user;
 }