summaryrefslogtreecommitdiff
path: root/FS/FS/UID.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-11-06 17:58:08 +0000
committerivan <ivan>2001-11-06 17:58:08 +0000
commitbcb172a6ea2b9f3e645eed81896f960151267bf5 (patch)
tree9bd73f81421b5f0d96ed3f896b3b9213532b0313 /FS/FS/UID.pm
parent9718b44594231631a1e045f17b6521881790b297 (diff)
fix error message for s/htdocs/httemplate/
Diffstat (limited to 'FS/FS/UID.pm')
-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 f81d8dcdd..890e2988a 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 htdocs/docs/config.html";
+ "Apache user authentication as documented in httemplate/docs/config.html";
}
$user;
}
@@ -252,7 +252,7 @@ coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.10 2001-09-24 03:23:34 ivan Exp $
+$Id: UID.pm,v 1.11 2001-11-06 17:58:08 ivan Exp $
=head1 BUGS