<?php show_source(end(explode('/',$_SERVER['PHP_SELF']))); echo "<hr>"; ?>
<?php
    echo '<h1>This file was included.</h1>';
?>

This file was included.