forked from halo-battle/game
Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
15
game/jeu/logout.php
Normal file
15
game/jeu/logout.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) { header('Location: ../'); exit; }
|
||||
|
||||
$sess->values['connected'] = FALSE;
|
||||
$sess->close();
|
||||
|
||||
if (!empty($HB_login)) {
|
||||
header('Location: '.$_SERVER["REQUEST_URI"]);
|
||||
exit;
|
||||
}
|
||||
else {
|
||||
header('Location: ./'.$config['first_page']);
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue