<!--======================================================================-->
<!-- Script to display the php code on browser without interpretation     -->
<!-- Must pass the name of script via  url?script=name                    -->
<!-- File is localized so script can only look into files in current dir  -->
<!--======================================================================-->

<?php
	$filename = $_GET['script'];			#get script name
	show_source($filename);
?>
</html>