This commit is contained in:
mcguirepr89
2022-03-06 16:28:10 -05:00
parent f9a894d5d3
commit 77cde0df01
4 changed files with 78 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if(isset($_GET['stream'])){
if($submittedpwd == $caddypwd && $submitteduser == 'birdnet'){
echo "
<audio controls autoplay><source src=\"/stream\"></audio>
<h1><a href=\"\">BirdNET-Pi</a></h1>
<h1><a href=\"\">BirdNET-Pi</a><img src=\"images/version.svg\"></h1>
</div>";
} else {
header('WWW-Authenticate: Basic realm="My Realm"');