Changeset 513 for trunk/dns.cgi
- Timestamp:
- 05/22/13 16:43:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dns.cgi ¶
r496 r513 249 249 # and reconstruct the URI argument list. 250 250 my %target = (page => "domlist"); 251 if ($webvar{target} ) {251 if ($webvar{target} && $webvar{target} =~ /\?/) { 252 252 my $tmp = (split /\?/, $webvar{target})[1]; 253 253 $tmp =~ s/^\&//;
Note:
See TracChangeset
for help on using the changeset viewer.