logout.php
来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· PHP 代码 · 共 9 行
PHP
9 行
<?
session_destroy();
setcookie("usertype","",time()+7200,"/","www.mmei8.com",false);
setcookie("usertype","",time()+7200,"/","mmei8.com",false);
setcookie("userid","",time()+7200,"/","www.mmei8.com",false);
setcookie("userid","",time()+7200,"/",".mmei8.com",false);
header("Location:index.htm");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?