Delete tv.php

This commit is contained in:
hy5528
2024-01-04 10:15:31 +08:00
committed by GitHub
parent 9076eee29b
commit 2a774d16ee
-10
View File
@@ -1,10 +0,0 @@
<?php
header('Content-Type:text/plain');
$hf=substr($_GET["hf"]??date('YmdHi'),-6);
$r= str_split($hf,2);
$hff=time()-strtotime("".date('Y-m-')."$r[0] $r[1]:$r[2]:00")+100;
$hff=intval($hff/60);
$url="http://cfss.cc/ds/bst/bst.php?cdn=ts-gitv-sx-yh.189smarthome.com&hf=$hff&vid=cctv1hd8m/8000000&Bst.m3u8";
header("Location:$url");
exit;
?>