- Timestamp:
- 01/07/05 13:20:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r122 r124 1569 1569 ##TEMP 1570 1570 # We've already deleted the block, now we have to stuff its IPs into the pool. 1571 $sth = $ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400',' ','d','y','','','')");1571 $sth = $ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y','','','')"); 1572 1572 $sth->execute($cidr->addr); 1573 1573 foreach my $ip ($cidr->hostenum) {
Note:
See TracChangeset
for help on using the changeset viewer.