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,20 +1,20 @@
|
|||
<?php
|
||||
if(!defined('ONYX')) exit;
|
||||
if (!defined('ONYX')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if (!empty($_GET['v']))
|
||||
if (!empty($_GET['v'])) {
|
||||
include('game/alliances/voir.php');
|
||||
elseif (!empty($_GET['signer']))
|
||||
} elseif (!empty($_GET['signer'])) {
|
||||
include('game/alliances/signer.php');
|
||||
elseif (!empty($planete->id_alliance))
|
||||
{
|
||||
$SESS->values['idPlan'] = 0;
|
||||
$SESS->values['idAsteroide'] = $planete->id_alliance;
|
||||
$SESS->values['isolement'] = 0;
|
||||
$SESS->put();
|
||||
redirection("?p=accueil");
|
||||
}
|
||||
elseif (!empty($_GET['postuler']))
|
||||
} elseif (!empty($planete->id_alliance)) {
|
||||
$SESS->values['idPlan'] = 0;
|
||||
$SESS->values['idAsteroide'] = $planete->id_alliance;
|
||||
$SESS->values['isolement'] = 0;
|
||||
$SESS->put();
|
||||
redirection("?p=accueil");
|
||||
} elseif (!empty($_GET['postuler'])) {
|
||||
include('game/alliances/postuler.php');
|
||||
else
|
||||
} else {
|
||||
include('game/alliances/sans.php');
|
||||
?>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue