From 9a2a723e1d9b485f63928d3adcd137a0ae788d9c Mon Sep 17 00:00:00 2001 From: Maniacikarus Date: Sat, 28 Jun 2008 11:04:02 +0200 Subject: [PATCH] Added modification from vamplestat to index.cgi --- config/rootfiles/updater/filelists/core15 | 1 + html/cgi-bin/index.cgi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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'}
"; -- 2.39.2