Your IP : 3.144.29.103


Current Path : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/tools/
Upload File :
Current File : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/tools/vote_chart.php

<?$file = $_REQUEST["file"];
$file = preg_replace("#[\\\\\\/]+#", "/", $file);
$file = preg_replace("#\\.+[\\\\\\/]#", "", $file);

if(($p = strpos($file, "\0"))!==false)
	$file = substr($file, 0, $p);

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