mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added login site.
This commit is contained in:
6
www/control_panel_logout.php
Normal file
6
www/control_panel_logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
setcookie("sessionId", "");
|
||||
header("Location: control_panel_login.php");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user