1 Star 2 Fork 1

7gugu / gu-rtmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
7gugu 提交于 2019-04-30 17:44 . 第一次更新
<?php
/**
* 页面路由系统
* @param string mod 请求页面名
*/
session_start();
require dirname(__FILE__).'/init.php';
if(isset($_GET['mod'])){
$mode=htmlspecialchars($_GET['mod']);
template('control');
}elseif(isset($_GET['publish'])){
include_once './lib/publish.php';//rtmp鉴权
}
else{
redirect('index.php?mod');
}
loadfoot();
die;
?>
PHP
1
https://gitee.com/7gugu/gu-rtmp.git
git@gitee.com:7gugu/gu-rtmp.git
7gugu
gu-rtmp
gu-rtmp
master

搜索帮助