mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2026-05-23 06:12:51 +08:00
Initial commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace SakuraPanel;
|
||||
|
||||
use SakuraPanel;
|
||||
|
||||
SakuraPanel\Utils::checkCsrf();
|
||||
|
||||
unset($_SESSION['user']);
|
||||
unset($_SESSION['mail']);
|
||||
unset($_SESSION['token']);
|
||||
?>
|
||||
<script>location='?page=login';</script>
|
||||
Reference in New Issue
Block a user