Update even1.php
Browse files
even1.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
// URL del archivo m3u8
|
3 |
-
$url_m3u8 = "https://
|
4 |
|
5 |
// Redirige a la URL del archivo m3u8
|
6 |
header("Location: $url_m3u8");
|
|
|
1 |
<?php
|
2 |
// URL del archivo m3u8
|
3 |
+
$url_m3u8 = "https://sj-cors.herokuapp.com/http://bantel-cdn1.iptvperu.tv:1935/cdnrji/espn1/playlist.m3u8";
|
4 |
|
5 |
// Redirige a la URL del archivo m3u8
|
6 |
header("Location: $url_m3u8");
|