From: Cash Costello Date: Sun, 4 Jul 2010 17:44:09 +0000 (-0400) Subject: added fix for IE8 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=98acc22fec2dc7942e5c6e5bcdd2e6a356c6e905;p=lorea%2Felgg.git added fix for IE8 --- diff --git a/views/xml/opensearch/description.php b/views/xml/opensearch/description.php index a77701d46..221cb768e 100644 --- a/views/xml/opensearch/description.php +++ b/views/xml/opensearch/description.php @@ -4,6 +4,10 @@ * http://www.opensearch.org/Specifications/OpenSearch/1.1 */ +// reset cache headers because IE8 is stupid +header('Pragma: public', TRUE); +header('Cache-Control: public', TRUE); + $config_ini = dirname(dirname(dirname(dirname(__FILE__)))) . '/config.ini'; $config = parse_ini_file($config_ini); if ($config == FALSE) {