diff options
author | ivan <ivan> | 2002-09-18 22:50:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-18 22:50:44 +0000 |
commit | c1e33a61324f4e06157c522af7882a97a021830f (patch) | |
tree | 60c3cacf57464dbaf791f097160d066b7d8b48f3 /httemplate/view/svc_acct.cgi | |
parent | 89d15555270a63ab09116107f3dc327e86d831c5 (diff) |
remove domain config file, closes: Bug#269
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 19953bafd..df55e85bf 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -2,7 +2,6 @@ <% my $conf = new FS::Conf; -my $mydomain = $conf->config('domain'); my($query) = $cgi->keywords; $query =~ /^(\d+)$/; @@ -32,11 +31,7 @@ if ( $svc_acct->domsvc ) { die "Unknown domain" unless $svc_domain; $domain = $svc_domain->domain; } else { - unless ( $mydomain ) { - die "No legacy domain config file and no svc_domain.svcnum record ". - "for svc_acct.domsvc: ". $cust_svc->domsvc; - } - $domain = $mydomain; + die "No svc_domain.svcnum record for svc_acct.domsvc: ". $cust_svc->domsvc; } %> |