mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 04:37:47 +00:00
6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
|
|
setcookie("sessionId", "");
|
|
header("Location: control_panel_login.php");
|
|
|
|
?>
|