You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
509 B

6 years ago
  1. <?php
  2. if ($_SERVER['REQUEST_METHOD'] === 'POST') {
  3. system("python /home/pi/Desktop/MyCity/bus_stop/qr_reader/main.py > /dev/null 2>&1 &");
  4. }else{
  5. echo "
  6. <html>
  7. <body>
  8. <button type=\"button\" onclick=\"Http = new XMLHttpRequest();
  9. Http.open(\"POST\",\".\");
  10. Http.send();
  11. \" >Click Me!</button>
  12. </body>
  13. </html>
  14. ";
  15. }
  16. ?>