diff --git a/homepage/index.php b/homepage/index.php index a24da86..c989aa9 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -55,5 +55,5 @@ if(isset($_GET['stream'])){ "; } echo " - "; diff --git a/homepage/views.php b/homepage/views.php index 7f35a7f..612f4ab 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -33,15 +33,15 @@
";} + if($_GET['view'] == "System Info"){echo "";} if($_GET['view'] == "System Controls"){include('scripts/system_controls.php');} if($_GET['view'] == "Services"){include('scripts/service_controls.php');} if($_GET['view'] == "Spectrogram"){include('spectrogram.php');} - if($_GET['view'] == "View Log"){echo "";} if($_GET['view'] == "Overview"){include('overview.php');} if($_GET['view'] == "Today's Detections"){include('todays_detections.php');} if($_GET['view'] == "Species Stats"){echo "

";include('stats.php');} - if($_GET['view'] == "Streamlit"){echo "";} if($_GET['view'] == "Daily Charts"){include('history.php');} if($_GET['view'] == "Tools"){ if (file_exists('./scripts/thisrun.txt')) { @@ -137,7 +137,7 @@ if(isset($_GET['view'])){ include('./scripts/exclude_list.php'); } if($_GET['view'] == "File"){ - echo ""; } if($_GET['view'] == "Webterm"){ if (file_exists('./scripts/thisrun.txt')) { @@ -156,7 +156,7 @@ if(isset($_GET['view'])){ $submitteduser = $_SERVER['PHP_AUTH_USER']; if($submittedpwd == $caddypwd && $submitteduser == 'birdnet'){ #ACCESS THE WEB TERMINAL - echo ""; } else { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized');