Version 0.7
This commit is contained in:
parent
e0f55450e1
commit
c117da6d77
148 changed files with 1914 additions and 801 deletions
|
|
@ -5,6 +5,8 @@ $id=$_SESSION['id'];
|
|||
$galaxy=$_SESSION['galaxy'];
|
||||
$ss=$_SESSION['ss'];
|
||||
$pos=$_SESSION['pos'];
|
||||
$_SESSION['dernPage'] = 'defense.php';
|
||||
require_once '../securite.php';
|
||||
|
||||
echo"<html>
|
||||
<head>
|
||||
|
|
@ -167,7 +169,7 @@ if ($unit_t<9 && $unit_t>0) echo '<br><br><font color="red">Construction en cour
|
|||
}
|
||||
echo '</form></div><br class=a>'; }
|
||||
|
||||
} else { echo '<table align=center><tr><td>Vous devez d\'abord construire un chantier spatial !</td></tr></table>'; } ?>
|
||||
</td></tr></table></div>
|
||||
} else echo '<table align=center><tr><td>Vous devez d\'abord construire un chantier terrestre !</td></tr></table>';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue