Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. if($_POST['emulador'] == "Ligar")
  3. {
  4. exec("start D:ServidorCenterGerenciadorligar.bat");
  5. echo "<script>alert('Emulador Ativado!');</script>";
  6. }
  7. ?>
Add Comment
Please, Sign In to add comment