forked from halo-battle/game
Ajout d'une étape de linting dans DroneCi (#3)
Corrige un doublons laissé par le rebase semi-manuel Ajout d'une étape de linting dans DroneCi Fix linting Co-authored-by: Nigel Sheldon <nigelsheldon@live.fr> Reviewed-on: https://gitea.nemunai.re/halo-battle/game/pulls/3
This commit is contained in:
parent
5b17a7dbd7
commit
dd61d3b66b
263 changed files with 45327 additions and 42695 deletions
|
|
@ -1,17 +1,16 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) { header('Location: ../'); exit; }
|
||||
if (!defined('INDEX')) {
|
||||
header('Location: ../');
|
||||
exit;
|
||||
}
|
||||
|
||||
$SESS->values['connected'] = FALSE;
|
||||
$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 !');
|
||||
}
|
||||
?>
|
||||
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