less hard-coding links

This commit is contained in:
mcguirepr89
2022-02-10 09:34:43 -05:00
parent 45a21619af
commit ba92d7fd72
10 changed files with 149 additions and 191 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
shell_exec("sudo -u pi /home/pi/BirdNET-Pi/scripts/update_birdnet.sh > /tmp/phpupdate.log 2&>1");
header('Location: http://birdnetpi.local/scripts/update_inprogress.php');
header('Location: /update_inprogress.php');
?>