5 lines
109 B
PHP
5 lines
109 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Pi/scripts/stop_core_services.sh");
|
|
header('Location: /overview.php');
|
|
?>
|