added nano web editor for editin birdnet.conf

(doesn't work on phones, only on desktop)
This commit is contained in:
Patrick McGuire
2021-10-06 17:30:14 -04:00
parent 7cd299ebeb
commit a8250094af
5 changed files with 82 additions and 41 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/edit_birdnet.conf.sh");
header('Location: http://birdnetsystem.local:9898');
?>