adding new custom_recording.service in the installer (but not

enabled) cuz why not
new viewdb.php > todays_detections.php
This commit is contained in:
mcguirepr89
2022-04-02 12:57:22 -04:00
parent 3d4534e9d4
commit 5896a44889
4 changed files with 97 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if(isset($_POST['view'])){
if($_POST['view'] == "Services"){include('scripts/service_controls.php');}
if($_POST['view'] == "Spectrogram"){include('spectrogram.php');}
if($_POST['view'] == "Overview"){include('overview.php');}
if($_POST['view'] == "Today's Detections"){include('viewdb.php');}
if($_POST['view'] == "Today's Detections"){include('todays_detections.php');}
if($_POST['view'] == "Species Stats"){echo "<br><br>";include('stats.php');}
if($_POST['view'] == "Daily Charts"){include('history.php');}
if($_POST['view'] == "Tools"){