Changeset 267
- Timestamp:
- 03/07/12 15:23:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r266 r267 530 530 distance => 'Distance', weight => 'Weight', port => 'Port', ttl => 'TTL'); 531 531 } else { 532 @cols = (' host', 'type', 'val', 'ttl');532 @cols = ('val', 'type', 'host', 'ttl'); 533 533 %colheads = (host => 'IP Address', type => 'Type', val => 'Hostname', ttl => 'TTL'); 534 534 }
Note:
See TracChangeset
for help on using the changeset viewer.