From 139a1ab9475c73f4c773d83de17346aca2e4eb8c Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 23 Apr 2013 14:21:52 +0200 Subject: [PATCH] Forward Firewall: removed devel-tags --- html/cgi-bin/ovpnmain.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index fb3cb622f..9be8d3a08 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -173,10 +173,8 @@ sub checkportfw { $DPROT= uc ($DPROT); &General::readhasharray($confignat, \%natconfig); foreach my $key (sort keys %natconfig){ - $errormessage .= "uzlputz: $natconfig{$key}[30] und $natconfig{$key}[12]
"; my @portarray = split (/\|/,$natconfig{$key}[30]); foreach my $value (@portarray){ - $errormessage .= "uzlputz -split portaray: $value
"; if ($value =~ /:/i){ my ($a,$b) = split (":",$value); if ($DPROT eq $natconfig{$key}[12] && $DPORT gt $a && $DPORT lt $b){ -- 2.39.2