Version 0.9a

This commit is contained in:
nemunaire 2007-11-13 12:00:00 +01:00
commit 59fbc7104e
141 changed files with 8686 additions and 1156 deletions

View file

@ -9,7 +9,7 @@ require('../connectBDD.php');
if (isset($_GET['galaxy'])) $g = floor($_GET['galaxy']); else $g = $_SESSION['galaxy'];
if ($g < 1) $g = 1;
if ($g > 15) $g = 15;
if ($g > 15) $g = 1;
if (isset($_GET['ss'])) $s=floor($_GET['ss']); else $s=$_SESSION['ss'];
if ($s < 1) $s = 1;