Changeset 61 for trunk/cgi-bin
- Timestamp:
- 11/11/04 15:49:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r51 r61 360 360 # Fix up types from pools (which are single-char) 361 361 # Fixing the database would be... painful. :( 362 if ($data[2] =~ /^[ cdsm]$/) {362 if ($data[2] =~ /^[sdcmw]$/) { 363 363 $data[2] .= 'i'; 364 364 } … … 391 391 print "<b>$i </b>\n"; 392 392 } else { 393 print qq(<a href="/ip/cgi-bin/main.cgi?page=$i&input=$webvar{input}&action=search ">$i</a> \n);393 print qq(<a href="/ip/cgi-bin/main.cgi?page=$i&input=$webvar{input}&action=search&searchfor=$webvar{searchfor}">$i</a> \n); 394 394 } 395 395 } … … 818 818 # + Different flavours of netblock 819 819 820 if ($webvar{alloctype} =~ /^[ cdsm]i$/) {820 if ($webvar{alloctype} =~ /^[scdmw]i$/) { 821 821 my ($base,undef) = split //, $webvar{alloctype}; # split into individual chars 822 822 my $sql;
Note:
See TracChangeset
for help on using the changeset viewer.