Skip to content

Instantly share code, notes, and snippets.

@keepitterron
Created May 30, 2011 12:22
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 keepitterron/998828 to your computer and use it in GitHub Desktop.
Save keepitterron/998828 to your computer and use it in GitHub Desktop.
Highlight code in file if called directly
<?php
if (strpos(__FILE__,$_SERVER['PHP_SELF'])) {
highlight_file(__FILE__);die();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment