Changeset 437 for branches/stable/dns.cgi
- Timestamp:
- 10/30/12 12:23:30 (12 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
-
branches/stable/dns.cgi
r432 r437 1462 1462 $page->param(rwsoa => $webvar{rwsoa}) if $webvar{rwsoa}; 1463 1463 $page->param(rwns => $webvar{rwns}) if $webvar{rwns}; 1464 $page->param(forcettl => $webvar{forcettl}) if $webvar{forcettl}; 1465 $page->param(newttl => $webvar{newttl}) if $webvar{newttl}; 1464 1466 $page->param(dominactive => 1) if (!$webvar{domactive} && $webvar{doit}); # eww. 1465 1467 $page->param(importdoms => $webvar{importdoms}) if $webvar{importdoms}; … … 1485 1487 my %row; 1486 1488 my ($code,$msg) = importAXFR($dbh, $webvar{ifrom}, $domain, $webvar{group}, 1487 $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns} );1489 $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns}, ($webvar{forcettl}); 1488 1490 $row{domok} = $msg if $code eq 'OK'; 1489 1491 if ($code eq 'WARN') {
Note:
See TracChangeset
for help on using the changeset viewer.