summaryrefslogtreecommitdiff
path: root/FS/FS/svc_www.pm
diff options
context:
space:
mode:
authorivan <ivan>2000-03-01 08:13:59 +0000
committerivan <ivan>2000-03-01 08:13:59 +0000
commit051f66ab072bfbb2a074f656b9886ccbc47287ed (patch)
treefa1811d3af7d912e3a6d445016a4a756d38c6a32 /FS/FS/svc_www.pm
parent7d6c833f134715aa9388de35ceb53ff7697bee81 (diff)
compilation bugfixes
Diffstat (limited to 'FS/FS/svc_www.pm')
-rw-r--r--FS/FS/svc_www.pm9
1 files changed, 6 insertions, 3 deletions
diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm
index fc1419c..bb765b1 100644
--- a/FS/FS/svc_www.pm
+++ b/FS/FS/svc_www.pm
@@ -10,7 +10,7 @@ use FS::domain_record;
use FS::svc_acct;
use FS::SSH qw(ssh);
-@ISA = qw(svc_Common);
+@ISA = qw( FS::svc_Common );
#ask FS::UID to run this stuff for us later
$FS::UID::callback{'FS::svc_www'} = sub {
@@ -220,7 +220,7 @@ sub check {
=head1 VERSION
-$Id: svc_www.pm,v 1.1 2000-02-03 05:16:52 ivan Exp $
+$Id: svc_www.pm,v 1.2 2000-03-01 08:13:59 ivan Exp $
=head1 BUGS
@@ -232,7 +232,10 @@ L<FS::part_svc>, L<FS::cust_pkg>, schema.html from the base documentation.
=head1 HISTORY
$Log: svc_www.pm,v $
-Revision 1.1 2000-02-03 05:16:52 ivan
+Revision 1.2 2000-03-01 08:13:59 ivan
+compilation bugfixes
+
+Revision 1.1 2000/02/03 05:16:52 ivan
beginning of DNS and Apache support