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("/home/pi/BirdNET-Pi/scripts/stop_core_services.sh");
header('Location: http://birdnetpi.local/scripts/index.html?success=true');
?>