forked from halo-battle/game
l'envoi de flotte était désactivé, on le réactive
This commit is contained in:
parent
a9afd5ea68
commit
b1e1cc6117
@ -9,25 +9,26 @@ require_once("Class/JSON.php");
|
|||||||
require_once("Class/flotte.php");
|
require_once("Class/flotte.php");
|
||||||
require_once("Class/planete.php");
|
require_once("Class/planete.php");
|
||||||
|
|
||||||
if (isset($SESS) && isset($SESS->values['connected']) && $SESS->values['connected'] && !empty($SESS->values['id']) && !empty($SESS->level) && !empty($SESS->values['idPlan'])) {
|
if (isset($SESS) && isset($SESS->values['connected']) && $SESS->values['connected'] && !empty($SESS->values['id']) && !empty($SESS->values['idPlan'])) {
|
||||||
$idPrep = gpc("cds_temp", "post");
|
$idPrep = gpc("cds_temp", "post");
|
||||||
$json = new Services_JSON();
|
$json = new Services_JSON();
|
||||||
$nbtrajet = 2;
|
$nbtrajet = 2;
|
||||||
|
|
||||||
if (empty($config['flottes']) && $SESS->level <= 1) {
|
// Décommenter pour bloquer l'envoi de flotte a toute personne non admin
|
||||||
$datas = array(
|
// if (empty($config['flottes']) && $SESS->level <= 1) {
|
||||||
'root' => array(
|
// $datas = array(
|
||||||
'destination' => '<input class="dest" type="text" id="amas" name="amas" maxlength="2" value="'.gpc('galaxie', 'post').'" />:<input class="dest" type="text" id="ss" name="ss" maxlength="2" value="'.gpc('ss', 'post').'" />:<input class="dest" type="text" id="plan" name="pos" maxlength="2" value="'.gpc('pos', 'post').'" />',
|
// 'root' => array(
|
||||||
'temps' => '-',
|
// 'destination' => '<input class="dest" type="text" id="amas" name="amas" maxlength="2" value="'.gpc('galaxie', 'post').'" />:<input class="dest" type="text" id="ss" name="ss" maxlength="2" value="'.gpc('ss', 'post').'" />:<input class="dest" type="text" id="plan" name="pos" maxlength="2" value="'.gpc('pos', 'post').'" />',
|
||||||
'deblok' => '<span style="color: #FF0000;"><b>Les flottes sont désactivés pour le moment.</b></span>',
|
// 'temps' => '-',
|
||||||
'conso' => '-',
|
// 'deblok' => '<span style="color: #FF0000;"><b>Les flottes sont désactivés pour le moment.</b></span>',
|
||||||
'tactique' => '',
|
// 'conso' => '-',
|
||||||
'places' => ''
|
// 'tactique' => '',
|
||||||
)
|
// 'places' => ''
|
||||||
);
|
// )
|
||||||
header("X-JSON: ".$json->encode($datas));
|
// );
|
||||||
exit;
|
// header("X-JSON: ".$json->encode($datas));
|
||||||
}
|
// exit;
|
||||||
|
// }
|
||||||
|
|
||||||
$destin = gpc('fav_dest', 'post');
|
$destin = gpc('fav_dest', 'post');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user