mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
Added login site.
This commit is contained in:
parent
0876b293e8
commit
94db8336df
20 changed files with 2362 additions and 0 deletions
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");
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue