mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
CGI fuer DHCP gefixt und if Skripte zurueckgesetzt
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@622 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -49,7 +49,8 @@ my @nosaved=();
|
||||
our $OptionTypes = 'boolean|((un)?signed )?integer (8|16|32)|ip-address|text|string|encapsulate \w+|array of ip-address';
|
||||
|
||||
&Header::showhttpheaders();
|
||||
our @ITFs=('GREEN','BLUE');
|
||||
our @ITFs=('GREEN');
|
||||
if (&Header::blue_used()){push(@ITFs,'BLUE');}
|
||||
|
||||
#Settings1 for the first screen box
|
||||
foreach my $itf (@ITFs) {
|
||||
|
||||
Reference in New Issue
Block a user