Changeset 438 for branches/stable/dns.cgi
- Timestamp:
- 10/30/12 12:34:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/dns.cgi
r437 r438 1487 1487 my %row; 1488 1488 my ($code,$msg) = importAXFR($dbh, $webvar{ifrom}, $domain, $webvar{group}, 1489 $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns}, ($webvar{forcettl} );1489 $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns}, ($webvar{forcettl} ? $webvar{newttl} : 0) ); 1490 1490 $row{domok} = $msg if $code eq 'OK'; 1491 1491 if ($code eq 'WARN') {
Note:
See TracChangeset
for help on using the changeset viewer.