mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Adding headers to attempt to fix bug 335794.
This commit is contained in:
parent
8af09718bb
commit
6944d8d3e1
@ -74,7 +74,8 @@ if (empty($db->record)) {
|
||||
//}
|
||||
|
||||
// Set a no-cache header to make sure this page is never cached.
|
||||
header('Cache-Control: no-cache');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private');
|
||||
header('Pragma: no-cache');
|
||||
header('Location: '.$uri);
|
||||
exit;
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user