Changeset 683


Ignore:
Timestamp:
01/21/15 18:05:46 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix minor copy-paste bug on edit page from r675

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r682 r683  
    738738      && $cidr->masklen != $cidr->bits
    739739      && ($cidr->bits - $cidr->masklen) <= $IPDB::maxrevlist
    740       && $webvar{alloctype} !~ /^.[dpi]/
     740      && $blockinfo->{type} !~ /^.[dpi]/
    741741      # do we want to allow v6 at all?
    742742      #&& ! $cidr->{isv6}
Note: See TracChangeset for help on using the changeset viewer.