forked from halo-battle/game
Version 1.14a
This commit is contained in:
parent
ba8f323879
commit
dc48225dc9
1094 changed files with 189052 additions and 13889 deletions
17
onyx2/include/server/logout.php
Normal file
17
onyx2/include/server/logout.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) { header('Location: ../'); exit; }
|
||||
|
||||
$SESS->values['connected'] = FALSE;
|
||||
$SESS->close();
|
||||
|
||||
if (!empty($HB_login))
|
||||
{
|
||||
redirection($_SERVER["REQUEST_URI"]);
|
||||
exit('HALO-BATTLE<br /><br />A bientôt !<br />See you soon !');
|
||||
}
|
||||
else
|
||||
{
|
||||
redirection($VAR['first_page']);
|
||||
exit('HALO-BATTLE<br /><br />A bientôt !<br />See you soon !');
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue