归档
This commit is contained in:
5
app/index/logout.php
Normal file
5
app/index/logout.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$cookie::del('uid');
|
||||
if(!empty($cookie::get('admin'))) $cookie::del('admin');
|
||||
alert('登出成功');
|
||||
go('-1');
|
||||
Reference in New Issue
Block a user