Skip to content

Instantly share code, notes, and snippets.

@ruanyl
Created August 8, 2014 09:29
Show Gist options
  • Save ruanyl/ad8697d4bc39a903edc3 to your computer and use it in GitHub Desktop.
Save ruanyl/ad8697d4bc39a903edc3 to your computer and use it in GitHub Desktop.
send status code in php
header('HTTP/1.1 304 Not Modified');exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment