X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUID.pm;h=67bb75fe38ee82d5843aad3013fb7a3b581f1940;hb=5af515ac6bdc6ff88860c618207660eac48c276a;hp=31c2887d3dbd7312048527273c2f7620394dc84c;hpb=9b37fb82c94a480ef6af2f7b9a8b889d4381e703;p=freeside.git 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; }