Code: Select all <?php if(isset($_GET['off'])){ echo("Bulbs are off"); $str = "sudo python3.7 /var/www/html/BulbsTurnOff.py"; exec($str); } ...
確定! 回上一頁