Files
AvianVisitors/scripts/reboot_system.php
T
2021-10-03 17:43:43 -04:00

5 lines
151 B
PHP

<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/reboot_system.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>