freeside/httemplate/edit svc_www.cgi,1.12,1.13
ivan
ivan at pouncequick.420.am
Tue May 11 05:01:31 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv19149
Modified Files:
svc_www.cgi
Log Message:
i'm not usually like this.
Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- svc_www.cgi 11 May 2004 11:58:42 -0000 1.12
+++ svc_www.cgi 11 May 2004 12:01:29 -0000 1.13
@@ -106,7 +106,7 @@
my $extra_sql = "AND ( rectype = 'A' OR rectype = 'CNAME' )";
unless ( $conf->exists('svc_www-enable_subdomains') ) {
- $extra_sql .= " AND ( reczone = '@' OR reczone = '".
+ $extra_sql .= " AND ( reczone = '\@' OR reczone = '".
$svc_domain->domain. ".' )";
}
More information about the freeside-commits
mailing list