CVS: ispman/ispman-web/cgi-bin/tmpl/domains add_nodns_Domain.tmpl,1.6,1.7

Atif Ghaffar <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains
In directory sc8-pr-cvs1:/tmp/cvs-serv4049

Modified Files:
	add_nodns_Domain.tmpl 
Log Message:
adding check to display auto-add www vhost if it is defined in the config and no point in adding A record for mail for a nodns domain

Index: add_nodns_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_nodns_Domain.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** add_nodns_Domain.tmpl	3 Jun 2002 06:31:41 -0000	1.6
--- add_nodns_Domain.tmpl	18 Sep 2003 09:06:39 -0000	1.7
***************
*** 11,16 ****
  <perl> return $ispman->getTemplate("domains/add/ftpstatus.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/maildelivery.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
! <perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
! <perl> return $ispman->getTemplate("domains/add/create_arecord_for_mail.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/commonhidden.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/footer.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
--- 11,15 ----
  <perl> return $ispman->getTemplate("domains/add/ftpstatus.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/maildelivery.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
! <perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__) if $ispman->getConf("auto_create_vhost"); </perl>
  <perl> return $ispman->getTemplate("domains/add/commonhidden.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/footer.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.