]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/ovpnmain.cgi
Merge branch 'next' into fifteen
[people/teissler/ipfire-2.x.git] / html / cgi-bin / ovpnmain.cgi
index f0123588492f3524c17beec7b823da2d159ded64..7eccf988ee4b4165df18ea15d8ff5dba7e847e15 100644 (file)
@@ -170,7 +170,7 @@ sub checkportfw {
        my $DPORT = shift;
        my $DPROT = shift;
        my %natconfig =();
-       my $confignat = "${General::swroot}/forward/config";
+       my $confignat = "${General::swroot}/firewall/config";
        $DPROT= uc ($DPROT);
        &General::readhasharray($confignat, \%natconfig);
        foreach my $key (sort keys %natconfig){