summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/UID.pm5
-rw-r--r--FS/FS/svc_domain.pm4
2 files changed, 4 insertions, 5 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index 7ebe592c3..f5c4f6139 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -186,8 +186,7 @@ sub cgisetotaker {
} elsif ( $cgi && $cgi->isa('Apache') ) {
$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";
+ die "fatal: Can't get REMOTE_USER! for cgi $cgi";
}
$user;
}
@@ -261,7 +260,7 @@ coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.7 2001-06-21 16:27:52 ivan Exp $
+$Id: UID.pm,v 1.6 2001-04-23 09:00:06 ivan Exp $
=head1 BUGS
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm
index 01aa21a6c..c533ee870 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -186,7 +186,7 @@ sub insert {
'reczone' => '@',
'recaf' => 'IN',
'rectype' => 'SOA',
- 'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%d", time). "00 ".
+ 'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%e", time). "00 ".
"$soarefresh $soaretry $soaexpire $soadefaultttl )"
};
$error = $soa->insert;
@@ -478,7 +478,7 @@ sub submit_internic {
=head1 VERSION
-$Id: svc_domain.pm,v 1.12 2001-06-03 17:22:52 ivan Exp $
+$Id: svc_domain.pm,v 1.11 2001-05-22 16:43:28 ivan Exp $
=head1 BUGS