Changeset 268 for trunk/dns.cgi
- Timestamp:
- 03/07/12 15:34:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r267 r268 531 531 } else { 532 532 @cols = ('val', 'type', 'host', 'ttl'); 533 %colheads = ( host => 'IP Address', type => 'Type', val=> 'Hostname', ttl => 'TTL');533 %colheads = (val => 'IP Address', type => 'Type', host => 'Hostname', ttl => 'TTL'); 534 534 } 535 535 my %custom = (id => $webvar{id}, defrec => $webvar{defrec}, revrec => $webvar{revrec});
Note:
See TracChangeset
for help on using the changeset viewer.