6faa1db7bd
adding new index.html to support php buttons adding restart_services.php as first button
5 lines
153 B
PHP
5 lines
153 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Lite/scripts/restart_birdnet.sh");
|
|
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
|
|
?>
|