Logo things
Any preference? @mcguirepr89 https://i.imgur.com/s0qfRIZ.png https://i.imgur.com/eymuHiS.png
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 30 KiB |
+2
-2
@@ -36,7 +36,7 @@ if(isset($_GET['stream'])){
|
|||||||
echo "
|
echo "
|
||||||
<audio controls autoplay><source src=\"/stream\"></audio>
|
<audio controls autoplay><source src=\"/stream\"></audio>
|
||||||
</div>
|
</div>
|
||||||
<h1><a href=\"/\">BirdNET-Pi</a></h1>
|
<h1><a href=\"/\"><img class=\"topimage\" src=\"images/bnp.png\"></a></h1>
|
||||||
</div>";
|
</div>";
|
||||||
} else {
|
} else {
|
||||||
header('WWW-Authenticate: Basic realm="My Realm"');
|
header('WWW-Authenticate: Basic realm="My Realm"');
|
||||||
@@ -51,7 +51,7 @@ if(isset($_GET['stream'])){
|
|||||||
<button type=\"submit\" name=\"stream\" value=\"play\">Live Audio</button>
|
<button type=\"submit\" name=\"stream\" value=\"play\">Live Audio</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<h1><a href=\"/\">BirdNET-Pi</a></h1>
|
<h1><a href=\"/\"><img class=\"topimage\" src=\"images/bnp.png\"></a></h1>
|
||||||
</div>";
|
</div>";
|
||||||
}
|
}
|
||||||
if(isset($_GET['filename'])) {
|
if(isset($_GET['filename'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user