another drop off fix

This commit is contained in:
Patrick McGuire
2021-10-31 12:12:56 -04:00
parent 61ee44605f
commit ad8f224b5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_birdnet_analysis.sh");
header('Location: /viewdb.php');
header('Location: http://birdnetpi.local:8080');
?>