summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-17 08:56:31 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-17 08:56:31 +0200
commitd64b9f887fce91c593dcdda35916b31ccdb46ec9 (patch)
tree36513cec3b3ebf2340701ec795a56bde6081ce66 /user_guide
parent29828ac05fb45c0f0776cd5d2d39fb15de956823 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/output.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index efb3346ce..7af2b358e 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -96,7 +96,7 @@ $this->output->set_header("HTTP/1.0 200 OK");<br />
$this->output->set_header("HTTP/1.1 200 OK");<br />
$this->output->set_header('Last-Modified: '.gmdate('D, d M Y H:i:s', $last_update).' GMT');<br />
$this->output->set_header("Cache-Control: no-store, no-cache, must-revalidate");<br />
-$this->output->set_header("Cache-Control: post-check=0, pre-check=0", false);<br />
+$this->output->set_header("Cache-Control: post-check=0, pre-check=0");<br />
$this->output->set_header("Pragma: no-cache"); </code>