You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
457 B

<?php
include '../functions.php';
if(!isset($_REQUEST['id'])) header("Location: https://cn.yimian.xyz/404.php");
yimian__header("Yimian Video","video,Yimian","This is the page for playing a video.");
js__jquery();
yimian__headerEnd();
dplayer__element();
echo "
<script>
var is_next=1;
</script>";
dplayer__setup();
dplayer__add($_REQUEST['id']);
echo "
<script>
$(\"#next\").on(\"click\",function (){nextVideo();});
</script>";
yimian__footer();