forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
|
|
@ -5,7 +5,7 @@ $titre = 'Versions';
|
|||
|
||||
$template->assign('linkpage', 'version');
|
||||
|
||||
if (!empty($_GET['i']) && $_GET['i'] == 'add' && $sess->values['auth_level'] >= 7) {
|
||||
if (!empty($_GET['i']) && $_GET['i'] == 'add' && $sess->level >= 7) {
|
||||
if (!empty($_POST['version']) && !empty($_POST['contenu'])) {
|
||||
$version = $_POST['version'];
|
||||
$contenu = $_POST['contenu'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue