debug
This commit is contained in:
parent
943961cca2
commit
283d9c52b0
@ -16,7 +16,7 @@ if (!empty($candidat))
|
||||
{
|
||||
$query = "INSERT INTO liste_candidats VALUES (0, " . $db->protect($idVotation) . ", " . $db->protect($idVote) . ",'" . $db->protect($libelle) . "', '". $db->protect($candidat) . "')";
|
||||
$db->query($query);
|
||||
header("Location: " . $$base_url . "/" . $path , TRUE, 301);
|
||||
header("Location: " . $base_url . "/" . $path , TRUE, 301);
|
||||
return;
|
||||
}else
|
||||
{
|
||||
|
Reference in New Issue
Block a user