diff --git a/homepage/index.php b/homepage/index.php
index 00e03ba..8b8b87d 100644
--- a/homepage/index.php
+++ b/homepage/index.php
@@ -1,5 +1,8 @@
+
+

+
";
if(isset($_GET['stream'])){
@@ -18,7 +21,8 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
$submittedpwd = $_SERVER['PHP_AUTH_PW'];
$submitteduser = $_SERVER['PHP_AUTH_USER'];
if($submittedpwd == $caddypwd && $submitteduser == 'birdnet'){
- echo "
BirdNET-Pi
";
+ echo "
+
";
} else {
header('WWW-Authenticate: Basic realm="My Realm"');
header('HTTP/1.0 401 Unauthorized');
@@ -27,7 +31,10 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
}
}
} else {
- echo "
BirdNET-Pi
";
+ echo "
";
+ echo "
";
}
echo "
";
if(isset($_GET['log'])) {
@@ -54,5 +61,5 @@ if(isset($_GET['log'])) {
} elseif(isset($_GET['spectrogram'])){
header("Location: /spectrogram.php");
} else {
- echo "