faf1d16a86
edited php headers for new homepage layout
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
shell_exec("/home/pi/BirdNET-Pi/scripts/restart_caddy.sh");
|
|
header('Location: /viewdb.php');
|
|
?>
|