5 lines
122 B
PHP
5 lines
122 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Pi/scripts/edit_birdnet.conf.sh");
|
|
header('Location: http://birdnetpi.local:9898');
|
|
?>
|