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 f63935b14af95fdeb2ae0324f4e8ddecd9c495c1 (commit) from a16ee2c1d12c329597e0fcc3cc5f005dd9a4ec21 (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 f63935b14af95fdeb2ae0324f4e8ddecd9c495c1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Sep 30 23:53:55 2010 +0200
Fix bandwich usage display with IE8.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/speed.cgi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/html/cgi-bin/speed.cgi b/html/cgi-bin/speed.cgi index 3445ec1..b714d67 100644 --- a/html/cgi-bin/speed.cgi +++ b/html/cgi-bin/speed.cgi @@ -73,6 +73,7 @@ else $tx_kbs = int($tx_kbs); }
+print "pragma: no-cache\n"; print "Content-type: text/xml\n\n"; print "<?xml version=\"1.0\"?>\n"; print <<END
hooks/post-receive -- IPFire 2.x development tree