summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-09-12 20:06:38 +0000
committerivan <ivan>2011-09-12 20:06:38 +0000
commit681136cc53207928e8b0acac6b25ab950fea2103 (patch)
tree63f0f5921592d23f0295f7049f3625fa274d98f7 /FS
parent81c699e5699c47f60641dfc4c30f03714ae9e26a (diff)
fix no REMOTE_USER error to refer to "installation instructions" instead of long-gone httemplate/docs/install.html
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/UID.pm2
1 files changed, 1 insertions, 1 deletions
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;
}