Kalyax
2 years ago
2 changed files with 1 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||
<?php |
|||
$light = $_POST["light"]; |
|||
$output = shell_exec('bash ../scripts/led.sh '+$light); |
|||
$output = shell_exec('bash ../scripts/led.sh '.$light); |
|||
echo $output |
|||
?> |
@ -1 +0,0 @@ |
|||
echo "test" |
Loading…
Reference in new issue