forked from halo-battle/game
Version 1.7b
This commit is contained in:
parent
58928889ed
commit
8a8280758b
716 changed files with 4361 additions and 33524 deletions
|
|
@ -1,20 +0,0 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) { header('Location: ../'); exit; }
|
||||
$titre = 'Aide';
|
||||
|
||||
if (empty($_GET['q'])) $_GET['q'] = '';
|
||||
|
||||
switch($_GET['q']){
|
||||
case '1':
|
||||
$page = 'aide/avertissements'; break;
|
||||
case '2':
|
||||
$page = 'aide/config'; break;
|
||||
case '3':
|
||||
$page = 'aide/intro'; break;
|
||||
case '4':
|
||||
$page = 'aide/commentjouer'; break;
|
||||
default:
|
||||
$page = 'aide/sommaire';
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue