2 Star 0 Fork 0

蒙蒙大 / msg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
logout.php 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
蒙蒙大 提交于 2015-10-13 01:07 . logout.php
<?php
//实现用户注销
//设置共有常量
define('APP_PATH',realpath(__DIR__)); //当前应用程序目录
//引入函数库
include_once 'model/user.php';
//实现用户注销
doUserLogout();
//注销后的处理
header('location: index.php');
?>
PHP
1
https://gitee.com/souber/msg.git
git@gitee.com:souber/msg.git
souber
msg
msg
master

搜索帮助