Files
AvianVisitors/scripts/restart_extraction.php
T
Patrick McGuire faf1d16a86 adding data backup button -- restore button coming soon
edited php headers for new homepage layout
2021-10-21 12:12:36 -04:00

5 lines
123 B
PHP

<?php
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_extraction.sh");
header('Location: http://birdnetpi.local:8888');
?>