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 <?php
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_birdnet_analysis.sh"); shell_exec("/home/pi/BirdNET-Pi/scripts/restart_birdnet_analysis.sh");
header('Location: /viewdb.php'); header('Location: http://birdnetpi.local:8080');
?> ?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_services.sh"); shell_exec("/home/pi/BirdNET-Pi/scripts/restart_services.sh");
header('Location: /viewdb.php'); header('Location: http://birdnetpi.local:8080');
?> ?>