X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fconnections.cgi;fp=html%2Fcgi-bin%2Fconnections.cgi;h=96f09012b7bf3c21c3456d90eab8f20adfd91ddb;hp=85a9cd74501452edc39ac6111218f1c88a9e410e;hb=ffeaaef6182adc81f01684a98cd1f5975d22b4be;hpb=ea6fa9de5afc5a0d0b258ff08fe7bfbc0c6dbb30 diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 85a9cd7450..96f09012b7 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -262,7 +262,7 @@ close(IPSEC); foreach my $line (@ipsec) { my @vpn = split(',', $line); - my @subnets = split('|', $vpn[12]); + my @subnets = split(/\|/, $vpn[12]); for my $subnet (@subnets) { my ($network, $mask) = split("/", $subnet);