mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
connections.cgi: Fix parsing of IPsec config file.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user