adding new php scripts

This commit is contained in:
Patrick McGuire
2021-10-03 17:43:43 -04:00
parent 6faa1db7bd
commit fe6561374c
13 changed files with 76 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/restart_birdnet_analysis.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>