From: ivan Date: Mon, 12 Sep 2011 20:06:38 +0000 (+0000) Subject: fix no REMOTE_USER error to refer to "installation instructions" instead of long... X-Git-Tag: freeside_2_3_1~296 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=681136cc53207928e8b0acac6b25ab950fea2103 fix no REMOTE_USER error to refer to "installation instructions" instead of long-gone httemplate/docs/install.html --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 31c2887d3..67bb75fe3 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -288,7 +288,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; }