Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avipatilpro authored Aug 25, 2021
1 parent ade058d commit a7b37d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reso/low.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function videovisible() {
document.getElementById('loading').style.display = 'none'
}

var url="../m3u8.php?c=<?php echo $_REQUEST["c"]; ?>&q=250&e=junk.m3u8";
var url="../live.php?c=<?php echo $_REQUEST["c"]; ?>&q=250&e=junk.m3u8";

plyr.setup(video);

Expand Down

0 comments on commit a7b37d7

Please sign in to comment.