'); /* ?> Source of:
1, "/include" => 1, "/stats" => 1); $dir = dirname($url); if ($dir && $legal_dirs[$dir]) { $page_name = realpath($url); } else { $page_name = basename($url); } if (file_exists($page_name) && !is_dir($page_name)) { show_source($page_name); } elseif (is_dir($page_name)) { echo "

No file specified. Can't show source for a directory.

\n"; } echo hdelim(); ?>

If you're interested in what's behind the commonHeader() and commonFooter() functions, you can always take a look at the source of the files. And, of course, if you want to see the source of this page, have a look .