modifying index.php
This commit is contained in:
@ -52,7 +52,7 @@ if (!empty($votes))
|
||||
print("<b>vote</b></td><td><b>méthode</b></td></tr>");
|
||||
foreach ($votes as $value)
|
||||
{
|
||||
print ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . "</td></tr>" . EOL);
|
||||
print ("<tr><td>" . $value["libelle"] . "</td><td>" . $value["methode"] . "</td></tr>" . EOL);
|
||||
}
|
||||
print("</table>" . EOL);
|
||||
echo EOLH . EOLH;
|
||||
|
Reference in New Issue
Block a user