diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/xml/opensearch/description.php | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |