Your IP : 3.139.86.74


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/tools/vote/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/tools/vote/vote_chart.php

<?
$file = preg_replace(array("#[\\\\\\/]+#", "#\\.+[\\\\\\/]#"), array("/", ""), (isset($_REQUEST["file"]) && is_string($_REQUEST["file"]) ? $_REQUEST["file"] : ""));

if(($p = mb_strpos($file, "\0"))!==false)
	$file = mb_substr($file, 0, $p);

if (mb_strpos($file, "/vote/") !== false)
{
	if (mb_strpos($file, "/bitrix/modules/vote/install/templates/vote/") === 0 ||
		mb_strpos($file, "/bitrix/templates/") === 0) @include($_SERVER["DOCUMENT_ROOT"]."/".$file);
}
?>