Version 0.7

This commit is contained in:
nemunaire 2007-11-20 12:00:00 +01:00
commit c117da6d77
148 changed files with 1914 additions and 801 deletions

View file

@ -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>