a8250094af
(doesn't work on phones, only on desktop)
5 lines
128 B
PHP
5 lines
128 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Lite/scripts/edit_birdnet.conf.sh");
|
|
header('Location: http://birdnetsystem.local:9898');
|
|
?>
|