Changed paths to relative to support home-assistant ingress (#179)

This commit is contained in:
Jason Rhubottom
2024-08-25 00:55:17 -07:00
committed by GitHub
parent 7e7c31a227
commit b18172304e
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ if(isset($_GET['stream'])){
if(isset($_GET['filename'])) {
$filename = $_GET['filename'];
echo "
<iframe src=\"/views.php?view=Recordings&filename=$filename\"></iframe>";
<iframe src=\"views.php?view=Recordings&filename=$filename\"></iframe>";
} else {
echo "
<iframe src=\"/views.php\"></iframe>";
<iframe src=\"views.php\"></iframe>";
}