faf1d16a86
edited php headers for new homepage layout
5 lines
123 B
PHP
5 lines
123 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_extraction.sh");
|
|
header('Location: http://birdnetpi.local:8888');
|
|
?>
|