'; echo "file_exists: " . file_exists($_GET['filepath']) . '
'; } if (isset($_GET['filename'])){ echo $_GET['filename'] . '
'; } ?>