diff --git a/libraries/Template.php b/libraries/Template.php index ca28ff1..44e50ae 100644 --- a/libraries/Template.php +++ b/libraries/Template.php @@ -239,7 +239,7 @@ public function build($view, $data = array(), $return = FALSE) // Disable sodding IE7's constant cacheing!! $this->_ci->output->set_header('Expires: Sat, 01 Jan 2000 00:00:01 GMT'); $this->_ci->output->set_header('Cache-Control: no-store, no-cache, must-revalidate'); - $this->_ci->output->set_header('Cache-Control: post-check=0, pre-check=0, max-age=0'); + $this->_ci->output->set_header('Cache-Control: post-check=0, pre-check=0, max-age=0', FALSE); $this->_ci->output->set_header('Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' ); $this->_ci->output->set_header('Pragma: no-cache'); @@ -793,4 +793,4 @@ private function _ext($file) } } -// END Template class \ No newline at end of file +// END Template class