- Timestamp:
- 02/10/05 10:13:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r160 r162 1058 1058 # because I'm lazy, we'll try to make the SELECT's bring out identical)ish) data 1059 1059 if ($webvar{block} =~ /\/32$/) { 1060 $sql = "select ip,custid, ptype,city,circuitid,description,notes from poolips where ip='$webvar{block}'";1060 $sql = "select ip,custid,type,city,circuitid,description,notes from poolips where ip='$webvar{block}'"; 1061 1061 } else { 1062 1062 $sql = "select cidr,custid,type,city,circuitid,description,notes from allocations where cidr='$webvar{block}'"
Note:
See TracChangeset
for help on using the changeset viewer.