Update index.php

This commit is contained in:
lloydbayley
2023-01-21 01:27:02 +11:00
parent d9a0ee5467
commit 2e56b94e3d
+1 -1
View File
@@ -52,7 +52,7 @@ if(isset($_GET['stream'])){
<audio controls autoplay><source src=\"/stream\"></audio>
</div>
<h1><a href=\"/\"><img class=\"topimage\" src=\"images/bnp.png\"></a></h1>
</div>";
</div><div class=\"centered\"><h3>$site_name</h3></div>";
} else {
header('WWW-Authenticate: Basic realm="My Realm"');
header('HTTP/1.0 401 Unauthorized');