Your IP : 172.28.240.42


Current Path : /var/www/html/clients/amz.e-nk.ru/bitrix/tools/
Upload File :
Current File : /var/www/html/clients/amz.e-nk.ru/bitrix/tools/vote_chart.php

<?
$file = $_REQUEST["file"];
$file = str_replace("/./", "/", $file);
$file = str_replace("../", "/", $file);
$file = str_replace("\\", "/", $file);
$file = str_replace("//", "/", $file);
$arr = explode("/",$file);
if (is_array($arr) && in_array("vote",$arr)) include($_SERVER["DOCUMENT_ROOT"]."/".$file);
?>