Kalyax
2 years ago
3 changed files with 4 additions and 4 deletions
@ -1,5 +1,5 @@ |
|||||
<?php |
<?php |
||||
$light = $_POST["light"]; |
$light = $_GET["light"]; |
||||
$output = null; |
$output = null; |
||||
exec('bash ../scripts/set_light.sh '.$light, $output); |
exec('bash ../scripts/set_light.sh '.$light, $output); |
||||
var_dump($output); |
var_dump($output); |
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue