]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ipsec: add ike version connection table.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jun 2011 21:18:32 +0000 (23:18 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jun 2011 21:18:32 +0000 (23:18 +0200)
html/cgi-bin/vpnmain.cgi

index 3785b90a5d6954003584c6f2dcff8171d356dac4..1fa40a827db718884883b6054fd2ef81394d7e7f 100644 (file)
@@ -2527,7 +2527,7 @@ END
            print "<tr bgcolor='$color{'color22'}'>\n";
        }
        print "<td align='center' nowrap='nowrap'>$confighash{$key}[1]</td>";
-       print "<td align='center' nowrap='nowrap'>" . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")</td>";
+       print "<td align='center' nowrap='nowrap'>" . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ") $confighash{$key}[29]</td>";
        if ($confighash{$key}[2] eq '%auth-dn') {
            print "<td align='left' nowrap='nowrap'>$confighash{$key}[9]</td>";
        } elsif ($confighash{$key}[4] eq 'cert') {