Changeset 550 for branches/stable/textrecs.cgi
- Timestamp:
- 12/11/13 17:10:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/textrecs.cgi
r548 r550 46 46 # shut up some warnings, in case we arrive somewhere we forgot to set this 47 47 $webvar{defrec} = 'n' if !$webvar{defrec}; # non-default records 48 #$webvar{revrec} = 'n' if !$webvar{revrec}; # non-reverse (domain) records48 $webvar{revrec} = 'n' if !$webvar{revrec}; # non-reverse (domain) records 49 49 50 50 my $dnsdb = new DNSDB; … … 70 70 print "Content-type: text/plain\n\n"; 71 71 print "Plaintext version of records for $zone.\n" if $webvar{defrec} eq 'n'; 72 print "Plaintext version of default records for $zone.\n" if $webvar{defrec} eq 'y'; 72 print "Plaintext version of default ".($webvar{revrec} eq 'y' ? 'reverse ' : '')."records for $zone.\n" 73 if $webvar{defrec} eq 'y'; 73 74 print qq(Press the "Back" button to return to the standard record list.\n\n); 74 75
Note:
See TracChangeset
for help on using the changeset viewer.