added new shutdown button

This commit is contained in:
Patrick McGuire
2021-10-04 08:06:52 -04:00
parent 38e8c0f999
commit b51e1f5ce1
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/shutdown_system.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>