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
|
|
@ -6,7 +6,7 @@ $titre = 'Rapports de bugs';
|
|||
if (!empty($_POST['page']) && !empty($_POST['description'])) {
|
||||
$pages = $_POST['page'];
|
||||
$description = $_POST['description'];
|
||||
$pseudo = $queryUser['pseudo'];
|
||||
$pseudo = $planete->pseudo;
|
||||
$time = time();
|
||||
|
||||
$bdd->connexion();
|
||||
|
|
@ -17,7 +17,7 @@ if (!empty($_POST['page']) && !empty($_POST['description'])) {
|
|||
header('Location: ?p=bugs');
|
||||
exit;
|
||||
}
|
||||
elseif (isset($_GET['a']) && $_GET['a'] == 'del' && isset($_GET['i']) && $sess->values['auth_level'] > 2) {
|
||||
elseif (isset($_GET['a']) && $_GET['a'] == 'del' && isset($_GET['i']) && $sess->level > 2) {
|
||||
$i = $_GET['i'];
|
||||
$bdd->connexion();
|
||||
$bdd->escape($i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue