Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?
  2.  
  3. $file = $_POST['element_1'];
  4.  
  5. system("/usr/bin/wget $file &");
  6. echo "Getting file<br>";
  7.  
  8.  
  9.  
  10. ?>
Add Comment
Please, Sign In to add comment