video error

master
hhCandy 5 years ago
parent 183061dde6
commit ad22f74530
  1. 2
      404.mp4/index.php
  2. 4
      video_address.php

@ -0,0 +1,2 @@
<?php
header("Location: https://yimian-video.obs.myhwclouds.com/404.mp4");die();

@ -8,11 +8,11 @@ $fp=$_REQUEST['fp'];
if(isset($_SESSION['s_fp']))
{
if($_SESSION['s_fp']!=$fp) die();
if($_SESSION['s_fp']!=$fp) {header("Location: https://yimian-video.obs.myhwclouds.com/404.mp4");die();}
}
if(!isset($fp)||$fp=="") die();
if(!isset($fp)||$fp=="") {header("Location: https://yimian-video.obs.myhwclouds.com/404.mp4");die();}
$conn=db__connect();

Loading…
Cancel
Save