Files
AvianVisitors/scripts/shutdown_system.php
T
2021-10-04 08:06:52 -04:00

5 lines
153 B
PHP

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