Your IP : 172.71.120.3


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/admin/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/admin/phpinfo.php

<?
require_once(__DIR__."/../include/prolog_admin_before.php");
if(!$USER->CanDoOperation('edit_php'))
{
	$APPLICATION->AuthForm(GetMessage("ACCESS_DENIED"));
}
else
{
	phpinfo();
}
?>