Skip to content

Instantly share code, notes, and snippets.

@rsanchez
Created November 14, 2011 19:19
Show Gist options
  • Save rsanchez/1364843 to your computer and use it in GitHub Desktop.
Save rsanchez/1364843 to your computer and use it in GitHub Desktop.
<?php
if ( ! $this->EE->input->ajax_request())
{
show_404();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment