diff --git a/homepage/views.php b/homepage/views.php index 1aba183..95622e3 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -7,6 +7,9 @@
+
+ +
@@ -38,7 +41,8 @@ if(isset($_POST['view'])){ if($_POST['view'] == "Spectrogram"){include('spectrogram.php');} if($_POST['view'] == "Overview"){include('overview.php');} if($_POST['view'] == "Today's Detections"){include('todays_detections.php');} - if($_POST['view'] == "Species Stats"){echo "

";include('stats.php');} + if($_POST['view'] == "Best Recordings"){echo "

";include('stats.php');} + if($_POST['view'] == "Species Stats"){header('location:/stats');} if($_POST['view'] == "Daily Charts"){include('history.php');} if($_POST['view'] == "Tools"){ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {