This commit is contained in:
2022-06-13 23:37:17 +08:00
parent d21608a860
commit 0230cb42a2
153 changed files with 62907 additions and 0 deletions

5
app/index/logout.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$cookie::del('uid');
if(!empty($cookie::get('admin'))) $cookie::del('admin');
alert('登出成功');
go('-1');