- Timestamp:
- 12/30/14 16:22:29 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r654 r665 388 388 return if !validateInput(); 389 389 390 # make sure this is defined 391 $webvar{fbassign} = 'n' if !$webvar{fbassign}; 392 390 393 # Several different cases here. 391 394 # Static IP vs netblock … … 394 397 395 398 if ($webvar{alloctype} =~ /^.i$/ && $webvar{fbassign} ne 'y') { 399 if (!$webvar{pop}) { 400 $page->param(err => "Please select a location/POP site to allocate from."); 401 return; 402 } 396 403 my $plist = getPoolSelect($ip_dbh, $webvar{alloctype}, $webvar{pop}); 397 404 $page->param(staticip => 1);
Note:
See TracChangeset
for help on using the changeset viewer.