1 Star 0 Fork 4

mrwang90hou / Blown

forked from 幻想小籽 / Blown 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logout.php 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
幻想小籽 提交于 2016-04-25 10:47 . V1.0
<?php
//清除SESSION和COOKIE
session_start();
session_destroy();
setcookie("qo_user", "", time()-3600);
setcookie("qo_key", "", time()-3600);
if(isset($_GET["url"])){
$url=urlencode($_GET["url"]);
}else{
$url="index.php";
}
echo "<script>location.href='message.php?msg=logout1&url={$url}'</script>";
?>
PHP
1
https://gitee.com/mrwang90hou/Blown.git
git@gitee.com:mrwang90hou/Blown.git
mrwang90hou
Blown
Blown
master

搜索帮助