summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-01-19 15:16:22 +0000
committerivan <ivan>2002-01-19 15:16:22 +0000
commitfb697ebf8016ab1fa33de81a2a6b46f2bc7f1c1d (patch)
tree0f82fc0ee08ebd0843caa8c98a7bea41d685ac76 /FS
parent52c1b2edef2c53822d8e67952710ba45dae1d293 (diff)
error message update
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/UID.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index 890e2988a..78fe156c3 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -188,7 +188,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/config.html";
+ "Apache user authentication as documented in httemplate/docs/install.html";
}
$user;
}
@@ -252,7 +252,7 @@ coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.11 2001-11-06 17:58:08 ivan Exp $
+$Id: UID.pm,v 1.12 2002-01-19 15:16:22 ivan Exp $
=head1 BUGS