Version 0.9a
This commit is contained in:
parent
d5c122a2c5
commit
59fbc7104e
141 changed files with 8686 additions and 1156 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue