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:
+1
-1
@@ -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"){
|
||||
|
||||
Reference in New Issue
Block a user