php-app / even1.php
kenken999's picture
Update even1.php
edfd656 verified
raw
history blame contribute delete
254 Bytes
<?php
// URL del archivo m3u8
print("-----------------");
exit();
$url_m3u8 = "https://sj-cors.herokuapp.com/http://bantel-cdn1.iptvperu.tv:1935/cdnrji/espn1/playlist.m3u8";
// Redirige a la URL del archivo m3u8
header("Location: $url_m3u8");
exit();
?>