]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix bandwich usage display with IE8.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 30 Sep 2010 21:53:55 +0000 (23:53 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 30 Sep 2010 21:53:55 +0000 (23:53 +0200)
html/cgi-bin/speed.cgi

index 3445ec1aa93d7a08675060861de6877a6242191e..b714d679cf4fa0fea72d6e0ad881499d5100af03 100644 (file)
@@ -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