1 Star 0 Fork 0

xuthus / php-essay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logout.php 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuthus 提交于 2018-06-24 22:15 . first init
<?php
require 'header.php';
echo '<div class="panel-body">';
if(isset($_COOKIE['name'])){
setcookie('name','',time()-3600);
setcookie('passwd','',time()-3600);
echo "注销成功!!!返回<a href='index.php' class='text-main'>首页</a>";
}else {
echo '还没有登录!怎么注销账户???&nbsp;&nbsp;||'."<a href='login.php' class='text-main'>前往登录</a>";
}
require 'footer.php';
PHP
1
https://gitee.com/xuthus5/php-essay.git
git@gitee.com:xuthus5/php-essay.git
xuthus5
php-essay
php-essay
master

搜索帮助