<?php if( !ini_get('display_errors') ) { ini_set('display_errors', 'On'); } error_reporting(E_ALL); $f = $_GET["file"]; if ($f){ require "".$f.".php"; }else{ print("No File Included"); } ?>
<?php if( !ini_get('display_errors') ) { ini_set('display_errors', 'On'); } error_reporting(E_ALL); $f = $_GET["file"]; if ($f){ require "".$f.".php"; }else{ print("No File Included"); } ?>