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:
maniacikarus
2007-06-10 12:17:52 +00:00
parent 1d4b4bae1e
commit 541d93f0ec
3 changed files with 2 additions and 32 deletions

View File

@@ -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) {