Changeset 205
- Timestamp:
- 12/16/11 16:58:06 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r202 r205 343 343 errmsg => "You do not have permission to add a domain to the requested group"); 344 344 } 345 346 $webvar{makeactive} = 0 if !defined($webvar{makeactive}); 345 347 346 348 my ($code,$msg) = addDomain($dbh,$webvar{domain},$webvar{group},($webvar{makeactive} eq 'on' ? 1 : 0), -
trunk/templates/newdomain.tmpl
r201 r205 11 11 <input type="hidden" name="page" value="adddomain" /> 12 12 <input type="hidden" name="newdomain" value="yes" /> 13 <input type="hidden" name="makeactive" value="0" />14 13 15 14 <table class="container" width="450">
Note:
See TracChangeset
for help on using the changeset viewer.