adding stop core services button

This commit is contained in:
Patrick McGuire
2021-10-15 15:06:58 -04:00
parent 837ced6fef
commit 3ae95ce587
4 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +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/index.html?success=true');
?>