renaming project birdingpi

This commit is contained in:
Patrick McGuire
2021-10-08 12:57:28 -04:00
parent cc432e1ada
commit ad6dc4c356
26 changed files with 64 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
shell_exec("/home/pi/BirdSongs/Extracted/spectrogram.sh");
header('Location: http://birdnetsystem.local/spectrogram.png');
header('Location: http://birdingpi.local/spectrogram.png');
?>