|
@@ -1,8 +1,8 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
|
- //set headers to NOT cache a page |
|
3
|
|
- header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1 |
|
4
|
|
- header("Pragma: no-cache"); //HTTP 1.0 |
|
5
|
|
- header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past |
|
|
2
|
+ //set headers to NOT cache a page |
|
|
3
|
+ header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1 |
|
|
4
|
+ header("Pragma: no-cache"); //HTTP 1.0 |
|
|
5
|
+ header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past |
|
6
|
6
|
?> |
|
7
|
7
|
{{-- Admin layout - author <afrittella> --}}<!DOCTYPE html> |
|
8
|
8
|
<html lang="en"> |
Please login to merge, or discard this patch.