Your IP : 172.28.240.42


Current Path : /var/www/html/clients/amz.e-nk.ru/bitrix/components/bitrix/socserv.auth.form/
Upload File :
Current File : /var/www/html/clients/amz.e-nk.ru/bitrix/components/bitrix/socserv.auth.form/component.php

<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
	die();

if(!is_array($arParams["~SERVICES"]))
	$arParams["~SERVICES"] = array();

if(!is_array($arParams["~POST"]))
	$arParams["~POST"] = array();
	
if($arParams["POPUP"] === "Y" || $arParams["POPUP"] === true)
	$arParams["POPUP"] = true;
else
	$arParams["POPUP"] = false;
	
if(!$USER->IsAuthorized())
{
	$this->IncludeComponentTemplate();
}
?>