- Timestamp:
- 04/14/16 16:20:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r851 r855 471 471 # probably have to add an "edit IP allocation" link here somewhere. 472 472 473 # this will cascade into the IP list below 474 $page->param(maydel => $IPDBacl{$authuser} =~ /d/); 475 473 476 my $plist = listPool($ip_dbh, $webvar{pool}); 474 # technically slightly more efficient to check the ACL in an if () once outside the foreach475 foreach (@{$plist}) {476 $$_{maydel} = $IPDBacl{$authuser} =~ /d/;477 }478 477 $page->param(poolips => $plist); 479 478 } # end showPool
Note:
See TracChangeset
for help on using the changeset viewer.