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, master has been updated via 06fb3d3711be19fe4f75039325e5f87381a71bdf (commit) via 1fdebd80815e2b3dbccc404558de80d999b1ae0d (commit) from 96d0fe52aca3d937ff2746efde573266b6d90813 (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 06fb3d3711be19fe4f75039325e5f87381a71bdf Merge: 1fdebd8 96d0fe5 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Sat Oct 9 16:22:23 2010 +0200
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit 1fdebd80815e2b3dbccc404558de80d999b1ae0d Author: Christian Schmidt christian.schmidt@ipfire.org Date: Sat Oct 9 16:21:34 2010 +0200
Fixed CGI outgoinggrp display bug.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/41/filelists/files | 1 + html/cgi-bin/outgoinggrp.cgi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/41/filelists/files b/config/rootfiles/core/41/filelists/files index 0037af1..4174414 100644 --- a/config/rootfiles/core/41/filelists/files +++ b/config/rootfiles/core/41/filelists/files @@ -1 +1,2 @@ etc/system-release +srv/web/ipfire/cgi-bin/outgoinggrp.cgi diff --git a/html/cgi-bin/outgoinggrp.cgi b/html/cgi-bin/outgoinggrp.cgi index f99468e..a00db2a 100644 --- a/html/cgi-bin/outgoinggrp.cgi +++ b/html/cgi-bin/outgoinggrp.cgi @@ -137,7 +137,7 @@ $ipgroupcontent =~ s/\n/<br />/g; &Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall ip groups'});
print <<END -<a name="outgoing showipgroup"</a> +<a name="outgoing showipgroup"></a> <br /> <form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showipgroup'> <table width='95%' cellspacing='0'> @@ -214,7 +214,7 @@ $macgroupcontent =~ s/\n/<br />/g; &Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall mac groups'});
print <<END -<a name="outgoing showmacgroup"</a> +<a name="outgoing showmacgroup"></a> <br /> <form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showmacgroup'> <table width='95%' cellspacing='0'>
hooks/post-receive -- IPFire 2.x development tree