mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Revert "Fix outgoing_fw monday checkbox."
This reverts commit 1d6384bed9.
This commit is contained in:
@@ -217,7 +217,7 @@ if ($outfwsettings{'ACTION'} eq $Lang::tr{'edit'})
|
|||||||
{
|
{
|
||||||
@configline = split( /\;/, $configentry );
|
@configline = split( /\;/, $configentry );
|
||||||
|
|
||||||
$configline[10] = "on" if not exists $configline[10];
|
$configline[10] = "on" if not exists $configline[11];
|
||||||
$configline[11] = "on" if not exists $configline[11];
|
$configline[11] = "on" if not exists $configline[11];
|
||||||
$configline[12] = "on" if not exists $configline[12];
|
$configline[12] = "on" if not exists $configline[12];
|
||||||
$configline[13] = "on" if not exists $configline[13];
|
$configline[13] = "on" if not exists $configline[13];
|
||||||
@@ -270,7 +270,7 @@ if ($outfwsettings{'ACTION'} eq $Lang::tr{'delete'})
|
|||||||
{
|
{
|
||||||
@configline = split( /\;/, $configentry );
|
@configline = split( /\;/, $configentry );
|
||||||
|
|
||||||
$configline[10] = "on" if not exists $configline[10];
|
$configline[10] = "on" if not exists $configline[11];
|
||||||
$configline[11] = "on" if not exists $configline[11];
|
$configline[11] = "on" if not exists $configline[11];
|
||||||
$configline[12] = "on" if not exists $configline[12];
|
$configline[12] = "on" if not exists $configline[12];
|
||||||
$configline[13] = "on" if not exists $configline[13];
|
$configline[13] = "on" if not exists $configline[13];
|
||||||
@@ -377,7 +377,7 @@ END
|
|||||||
$outfwsettings{'DPORT'} = $configline[8];
|
$outfwsettings{'DPORT'} = $configline[8];
|
||||||
$outfwsettings{'LOG'} = $configline[9];
|
$outfwsettings{'LOG'} = $configline[9];
|
||||||
|
|
||||||
$configline[10] = "on" if not exists $configline[10];
|
$configline[10] = "on" if not exists $configline[11];
|
||||||
$configline[11] = "on" if not exists $configline[11];
|
$configline[11] = "on" if not exists $configline[11];
|
||||||
$configline[12] = "on" if not exists $configline[12];
|
$configline[12] = "on" if not exists $configline[12];
|
||||||
$configline[13] = "on" if not exists $configline[13];
|
$configline[13] = "on" if not exists $configline[13];
|
||||||
|
|||||||
Reference in New Issue
Block a user