forked from halo-battle/game
Version 1.14a
This commit is contained in:
parent
ba8f323879
commit
dc48225dc9
1094 changed files with 189052 additions and 13889 deletions
20
onyx2/include/server/aide.php
Normal file
20
onyx2/include/server/aide.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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