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("/home/pi/BirdNET-Pi/scripts/restart_birdnet_analysis.sh");
header('Location: http://birdnetpi.local:8080');
header("Location: /overview.php");
?>