4 Star 20 Fork 15

深蓝 / RTMP视频预约录制管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
desktop.php 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
深蓝 提交于 2021-11-05 21:43 . 视频预约与录制管理系统 2.0
<?php
require_once("include/common.php");
$name=$_REQUEST['name'];
$url=$_REQUEST['url'];
$name = FilterSearch(stripslashes($name));
$Shortcut = "[InternetShortcut]
URL={$url}
";
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=".str_replace(" ","",$name).".url;");
echo $Shortcut;
?>
PHP
1
https://gitee.com/yhssdl/rtmp_vod.git
git@gitee.com:yhssdl/rtmp_vod.git
yhssdl
rtmp_vod
RTMP视频预约录制管理系统
master

搜索帮助