From 7b82e244887c5803ab333c1dac3fcba03044ab05 Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Thu, 24 May 2012 10:47:37 +0200 Subject: [PATCH] openvpn: Change colour of N2N connections. From https://bugzilla.ipfire.org/show_bug.cgi?id=10137: The first patch i have made is to give the index.cgi the origin colour (the same then for the roadwarrior) for OpenVPN N2N connections on IPFire. At this time the colour is stated in IPSec colour, so i made a patch to change this. --- html/cgi-bin/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 002352354a..07dc9e7fb8 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -421,7 +421,7 @@ if ($confighash{$dkey}[3] eq 'net') { $display = "$tustate[1]"; } print <OpenVPN n2n
+ OpenVPN n2n
$confighash{$dkey}[10] $display END -- 2.39.2