Files
graphonline/src/admin/page_vote.php
2017-07-28 00:17:42 +03:00

15 lines
281 B
PHP

<?php
include ("cgi-bin/saveGraphHelpers.php");
include ("./src/vote_func.php");
$g_lang["current_language"] = "ru";
$voteTopics = getVoteTopics();
$votes = getVotes($voteTopics);
for ($i = 0; $i < count($voteTopics); $i++)
{
$voteTopics[$i]["vote"] = $votes[$i];
}
?>