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/search/svc_domain.cgi | |
parent | 89d15555270a63ab09116107f3dc327e86d831c5 (diff) |
remove domain config file, closes: Bug#269
Diffstat (limited to 'httemplate/search/svc_domain.cgi')
-rwxr-xr-x | httemplate/search/svc_domain.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/svc_domain.cgi b/httemplate/search/svc_domain.cgi index 0bb39f191..60f1f8c81 100755 --- a/httemplate/search/svc_domain.cgi +++ b/httemplate/search/svc_domain.cgi @@ -1,7 +1,6 @@ <% my $conf = new FS::Conf; -my $mydomain = $conf->config('domain'); my($query)=$cgi->keywords; $query ||= ''; #to avoid use of unitialized value errors |