1 Star 2 Fork 1

北桥苏 / redis_wb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.php 143 Bytes
一键复制 编辑 原始数据 按行查看 历史
F_喜欢足球 提交于 2019-03-12 12:48 . 文件添加初始化
<?php
if(empty($_COOKIE['userid']) || empty($_COOKIE['username'])) {
header("refresh:2,url=login.php");
echo "请先登陆";
die;
}
?>
PHP
1
https://gitee.com/gaoxingqufuhchao/redis_wb.git
git@gitee.com:gaoxingqufuhchao/redis_wb.git
gaoxingqufuhchao
redis_wb
redis_wb
master

搜索帮助