1 Star 0 Fork 230

有点意思/douchat

forked from douchat/douchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
valid.php 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
idoubi 提交于 2016-03-19 21:01 . update yunservice
<?php
if (!isset($_GET['site_url']) || !isset($_GET['user_name']) || !isset($_GET['timestamp'])) {
die('请勿直接访问本地址');
}
$site_url = $_GET['site_url'];
$username = $_GET['user_name'];
$timestamp = $_GET['timestamp'];
$tempArr = array($site_url,$username,$timestamp);
sort($tempArr,SORT_STRING);
$tempStr = sha1(implode($tempArr));
echo $tempStr;
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyu52012/douchat.git
git@gitee.com:liyu52012/douchat.git
liyu52012
douchat
douchat
master

搜索帮助