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 0cac94cc32d08cceec03523c8023c92c0d1c9628 (commit) from 7fa7c7dd2eae612f3fca2cf32b8c9b33cd54fae0 (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 0cac94cc32d08cceec03523c8023c92c0d1c9628 Author: Jan Paul Tuecking earl@ipfire.org Date: Sun Dec 5 14:33:47 2010 +0100
Multilanguage fix for index.cgi.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 1a42871..c07182e 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -139,7 +139,7 @@ my $dialButtonDisabled = "disabled='disabled'"; &Header::openbigbox('', 'center');
# licence agreement -if ($cgiparams{'ACTION'} eq 'Yes' && $cgiparams{'gpl_accepted'} eq '1') { +if ($cgiparams{'ACTION'} eq $Lang::tr{'yes'} && $cgiparams{'gpl_accepted'} eq '1') { system('touch /var/ipfire/main/gpl_accepted') } if (`find /var/ipfire/main/gpl_accepted 2>/dev/null`) {
hooks/post-receive -- IPFire 2.x development tree