From: Maniacikarus Date: Sat, 28 Jun 2008 09:04:02 +0000 (+0200) Subject: Added modification from vamplestat to index.cgi X-Git-Tag: v2.3-beta1~11 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9a2a723e1d9b485f63928d3adcd137a0ae788d9c Added modification from vamplestat to index.cgi --- diff --git a/config/rootfiles/updater/filelists/core15 b/config/rootfiles/updater/filelists/core15 index ad4d84f4c8..f4ec6e1fc4 100644 --- a/config/rootfiles/updater/filelists/core15 +++ b/config/rootfiles/updater/filelists/core15 @@ -4,6 +4,7 @@ etc/ppp/ip-up etc/modprobe.d/blacklist usr/bin/bc usr/bin/dc +srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/qos.cgi srv/web/ipfire/cgi-bin/network.cgi diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 03272d2ebc..cca4bdf4b9 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -300,9 +300,9 @@ END if ($confighash{$key}[0] eq 'on') { $gif = 'on.gif'; } else { $gif = 'off.gif'; } if ($id % 2) { - print " $confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")"; + print "$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")$confighash{$key}[11]"; } else { - print " $confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")"; + print "$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")$confighash{$key}[11]"; } my $active = "
$Lang::tr{'capsclosed'}
";