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