This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, core35 has been updated via 55ad30d1901b3de6d5704e4cde86f9879ac90565 (commit) from 89da528481f8e6b08063e88698b8889e7c5cf1bb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 55ad30d1901b3de6d5704e4cde86f9879ac90565 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 23 17:05:11 2010 +0100
Revert "Fix outgoing_fw monday checkbox."
This reverts commit 89da528481f8e6b08063e88698b8889e7c5cf1bb.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/outgoingfw.cgi | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/html/cgi-bin/outgoingfw.cgi b/html/cgi-bin/outgoingfw.cgi index 3b740ab..ed87e0d 100644 --- a/html/cgi-bin/outgoingfw.cgi +++ b/html/cgi-bin/outgoingfw.cgi @@ -217,7 +217,7 @@ if ($outfwsettings{'ACTION'} eq $Lang::tr{'edit'}) { @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[12] = "on" if not exists $configline[12]; $configline[13] = "on" if not exists $configline[13]; @@ -270,7 +270,7 @@ if ($outfwsettings{'ACTION'} eq $Lang::tr{'delete'}) { @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[12] = "on" if not exists $configline[12]; $configline[13] = "on" if not exists $configline[13]; @@ -377,7 +377,7 @@ END $outfwsettings{'DPORT'} = $configline[8]; $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[12] = "on" if not exists $configline[12]; $configline[13] = "on" if not exists $configline[13];
hooks/post-receive -- IPFire 2.x development tree