logout.php

来自「CRM 不仅仅是一个管理名词和管理概念」· PHP 代码 · 共 16 行

PHP
16
字号
<?
	setcookie("uid","","0","/");
	setcookie("username","","0","/");
	setcookie("password","","0","/");

	setcookie("G_uid","","0","/");
	setcookie("G_username","","0","/");
	setcookie("G_password","","0","/");

	setcookie("G_name","","0","/");
	setcookie("department","","0","/");
	setcookie("departmentid","","0","/");
	setcookie("privilege","","0","/");

	echo "<script>document.location='index.php';</script>";
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?