diff options
author | ivan <ivan> | 2011-09-12 20:06:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-12 20:06:39 +0000 |
commit | 5a4f8e8d72812c35e986f91cea22aa6496d11168 (patch) | |
tree | adf9edb1d5665751a07bafcd2f1fb7ce026847ea | |
parent | 6f30bad25fdfe6d85094f3f6caac9a3ab84b4a86 (diff) |
fix no REMOTE_USER error to refer to "installation instructions" instead of long-gone httemplate/docs/install.html
-rw-r--r-- | FS/FS/UID.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index e042c05b1..cd3d6c1fa 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -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; } |