forked from halo-battle/game
Version 0.10a
This commit is contained in:
parent
b9c240c781
commit
e391f66774
201 changed files with 5182 additions and 8158 deletions
|
|
@ -149,10 +149,11 @@ require('../connectBDD.php');
|
|||
exit;
|
||||
}
|
||||
|
||||
$conso = vais_conso($timeDep,count($AvaisType))*($_POST['speed']/100)*2;
|
||||
$conso = ceil(vais_conso($timeDep,count($AvaisType))*($_POST['speed']/100)*2);
|
||||
|
||||
//Vérification des codes transmi
|
||||
if (!isset($_POST['cds']) || empty($_POST['cds']) || $_SESSION['flotte_cdsL'] != $_POST['cds']) {
|
||||
setHistorique('Rapport Frederic','Décalage Code : SESSION : '.$_SESSION['flotte_cdsL'].' - POST : '.$_POST['cds']);
|
||||
header('Location: flotte.php?err=12');
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue