Guest User

Untitled

a guest
Oct 25th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8" />
  4. <title>Name</title>
  5. </head>
  6.  
  7.  
  8. <?php
  9. if (isset($_POST['button']))
  10. {
  11. exec("sudo python /home/pi/1.py");
  12. }
  13. ?>
  14. <form method="post">
  15. <button name="button">Toggle</button><br>
  16.  
  17.  
  18.  
  19. </form>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment