mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +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>;
|
my @ipsec = <IPSEC>;
|
||||||
close(IPSEC);
|
close(IPSEC);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user