%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/10578/root/home/bitrix/www/bitrix/modules/vote/ |
| Current File : //proc/self/root/proc/self/root/proc/10578/root/home/bitrix/www/bitrix/modules/vote/keepvoting.php |
<?
if ($_SERVER["REQUEST_METHOD"] == "POST" &&
array_key_exists("PUBLIC_VOTE_ID", $_REQUEST) && intval($_REQUEST["PUBLIC_VOTE_ID"]) > 0 &&
array_key_exists("vote", $_REQUEST) && strlen($_REQUEST["vote"])>0
)
{
if (CModule::IncludeModule("vote"))
CVote::keepVoting();
}
?>