Version 1.2
This commit is contained in:
parent
c4a18d4281
commit
083eb365c5
73 changed files with 1165 additions and 361 deletions
|
|
@ -5,6 +5,7 @@ $titre = 'Classement';
|
|||
|
||||
if (isset($_GET['q']) && is_numeric($_GET['q']) && $_GET['q'] > 0) $pageClassement = $_GET['q'];
|
||||
else $pageClassement = 1;
|
||||
|
||||
if (isset($_GET['e'])) {
|
||||
if ($_GET['e'] == 'batiment') $export = 'batiments';
|
||||
elseif ($_GET['e'] == 'flotte') $export = 'flottes';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue