From 03435d851bc040aedecc8a0833baba75ff1f045e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Jul 2012 17:35:41 +0200 Subject: [PATCH] connections.cgi: Fix parsing of IPsec config file. --- html/cgi-bin/connections.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 21f66d7b2c..2b98585953 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -173,7 +173,7 @@ if (-e "${General::swroot}/ovpn/settings") { } } -open(IPSEC, "${General::swroot}/var/ipfire/vpn/config"); +open(IPSEC, "${General::swroot}/vpn/config"); my @ipsec = ; close(IPSEC); -- 2.39.5