Correctif faille CSRF

This commit is contained in:
fredtempez 2019-01-05 22:35:26 +01:00
parent f93df1e243
commit bbc9a43067
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class page extends common {
]);
}
// Jeton incorrect
elseif(isset ($_GET['csrf']) AND
elseif(!isset ($_GET['csrf']) AND
$_GET['csrf'] !== $_SESSION['csrf']) {
// Valeurs en sortie
$this->addOutput([