cachefix.php 290 B

1234567
  1. <?PHP
  2. header("Last-Modified: Thu, 01-Jan-1970 00:00:01 GMT");
  3. header("Cache-Control: no-store, no-cache, must-revalidate");
  4. header("Cache-Control: post-check=0, pre-check=0", false);
  5. header("Pragma: no-cache");
  6. date_default_timezone_set("America/Denver"); //Leave me the fuck alone.
  7. ?>