1
0
This commit is contained in:
2022-09-25 23:21:14 +02:00
parent 09f5fa201e
commit 8c19510aa5
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ require_once 'fonctions.inc.php';
$path = $_SERVER["PHP_SELF"];
$db = new db();
$idVotation = getpost("id");
$idVotation = getpost("idVotation");
$method = getpost("method");
$libelle = getpost("libelle");