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