1234567 |
- <?PHP
- header("Last-Modified: Thu, 01-Jan-1970 00:00:01 GMT");
- header("Cache-Control: no-store, no-cache, must-revalidate");
- header("Cache-Control: post-check=0, pre-check=0", false);
- header("Pragma: no-cache");
- date_default_timezone_set("America/Denver");
- ?>
|