Loading live.php +1 −1 Original line number Diff line number Diff line <?php $key = $_GET["s"]; htmlentities($key) htmlentities($key); $url = 'https://trichrome.tv/_/' . $_GET["s"] . '.m3u8'; header('Cache-Control: no-cache'); if (!preg_match("/^[a-zA-Z0-9]+$/", $key)) { Loading Loading
live.php +1 −1 Original line number Diff line number Diff line <?php $key = $_GET["s"]; htmlentities($key) htmlentities($key); $url = 'https://trichrome.tv/_/' . $_GET["s"] . '.m3u8'; header('Cache-Control: no-cache'); if (!preg_match("/^[a-zA-Z0-9]+$/", $key)) { Loading