Skip to content

Instantly share code, notes, and snippets.

@squiter
Created May 26, 2011 20:30
Show Gist options
  • Save squiter/994011 to your computer and use it in GitHub Desktop.
Save squiter/994011 to your computer and use it in GitHub Desktop.
Show all include pages
<?php
$included_files = get_included_files();
foreach ($included_files as $filename) {
echo "$filename\n";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment