Skip to content

Instantly share code, notes, and snippets.

@zverush
Created February 8, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zverush/9101160df8d55ccfd96d828ce5478283 to your computer and use it in GitHub Desktop.
Save zverush/9101160df8d55ccfd96d828ce5478283 to your computer and use it in GitHub Desktop.
last_modified_check.php
<?php
header ("Last-Modified: " . date("D, d M Y H:i:s", time()) . " GMT");
echo 'Last Modified Check';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment