added "Clear all data" button and "Shutdown BirdNET-Lite" button

This commit is contained in:
Patrick McGuire
2021-10-04 12:21:36 -04:00
parent 101eba09eb
commit 47a5c64430
5 changed files with 28 additions and 27 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/clear_all_data.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>