Files
AvianVisitors/scripts/clear_all_data.php
T

5 lines
152 B
PHP

<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/clear_all_data.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>