connections.cgi: Fix parsing of IPsec config file.

This commit is contained in:
Michael Tremer
2012-07-22 17:35:41 +02:00
parent 1f571dbd72
commit 03435d851b

View File

@@ -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 = <IPSEC>;
close(IPSEC);