adding data backup button -- restore button coming soon

edited php headers for new homepage layout
This commit is contained in:
Patrick McGuire
2021-10-21 12:12:36 -04:00
parent 837388a69b
commit faf1d16a86
10 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Pi/scripts/clear_all_data.sh");
header('Location: http://birdnetpi.local/scripts/index.html?success=true');
header('Location: /viewdb.php');
?>