Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created June 24, 2009 13:55
Show Gist options
  • Save deplorableword/135284 to your computer and use it in GitHub Desktop.
Save deplorableword/135284 to your computer and use it in GitHub Desktop.
<?php
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment