1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 20:27:47 +00:00
project-meteor-server/www/control_panel_logout.php
2016-03-28 22:07:10 -04:00

6 lines
84 B
PHP

<?php
setcookie("sessionId", "");
header("Location: control_panel_login.php");
?>