1
0

modifying index.php

This commit is contained in:
2022-09-29 11:32:23 +02:00
parent 135910b78f
commit 72e45ec987
5 changed files with 78 additions and 10 deletions

View File

@ -264,4 +264,10 @@ function listeVotants($idVotation, $idVote, $listeAdherents)
$db->close();
}
function printLine($path, $request, $libelle, $modif=true, $delete=false)
{
print('<a href="' . $vote_url . $path . $request . '>' . $libelle . '</a>');
if ($modif) print('<a href=""');
}
?>