X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_www.pm;h=44d7487da5d5f92a63d5c538ad37779dc1677b6c;hb=8c1f9804d9a02c0c054eededeb500c72a640249a;hp=6e741950f3e4fa83824f2fccf721780e341c9a29;hpb=e085e7fdbffc73d27eb43e5999b85c39499ccb14;p=freeside.git diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm index 6e741950f..44d7487da 100644 --- a/FS/FS/svc_www.pm +++ b/FS/FS/svc_www.pm @@ -8,7 +8,7 @@ use FS::svc_Common; use FS::cust_svc; use FS::domain_record; use FS::svc_acct; -use FS::SSH qw(ssh); +use Net::SSH qw(ssh); @ISA = qw( FS::svc_Common ); @@ -220,7 +220,7 @@ sub check { =head1 VERSION -$Id: svc_www.pm,v 1.3 2000-11-22 23:30:51 ivan Exp $ +$Id: svc_www.pm,v 1.5 2001-08-21 02:44:47 ivan Exp $ =head1 BUGS @@ -229,19 +229,6 @@ $Id: svc_www.pm,v 1.3 2000-11-22 23:30:51 ivan Exp $ L, L, L, L, L, L, schema.html from the base documentation. -=head1 HISTORY - -$Log: svc_www.pm,v $ -Revision 1.3 2000-11-22 23:30:51 ivan -tyop - -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 - - =cut 1;