diff options
author | khoff <khoff> | 2002-08-29 08:13:55 +0000 |
---|---|---|
committer | khoff <khoff> | 2002-08-29 08:13:55 +0000 |
commit | 54d3c9d101bf35702c00b63f02a6db57ef0f867c (patch) | |
tree | 6acbe1e45724c26ba2ce213e03b5b2b5987ce43a /httemplate/view/svc_domain.cgi | |
parent | f97fd1dc04ae1bc8a130aecff0038a0e52cef82b (diff) |
Missing Mason/Apache::ASP tags
Diffstat (limited to 'httemplate/view/svc_domain.cgi')
-rwxr-xr-x | httemplate/view/svc_domain.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index b70ac8f90..cc3cdb6bf 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -46,7 +46,7 @@ my $domain = $svc_domain->domain; Service #<%= $svcnum %> <BR>Service: <B><%= $part_svc->svc %></B> <BR>Domain name: <B><%= $domain %></B> -<BR>Catch all email <A HREF="${p}misc/catchall.cgi?<%= $svcnum %>">(change)</A>: +<BR>Catch all email <A HREF="<%= ${p} %>misc/catchall.cgi?<%= $svcnum %>">(change)</A>: <%= $email ? "<B>$email</B>" : "<I>(none)<I>" %> <BR><BR><A HREF="http://www.geektools.com/cgi-bin/proxy.cgi?query=<%=$domain%>;targetnic=auto">View whois information.</A> <BR><BR> |