<?php
echo "<pre>Running file: " . __FILE__ . "\n";
echo "Included files:\n";
print_r(get_included_files());
