Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/security.user.otp.init/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/security.user.otp.init/.description.php

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

$arComponentDescription = array(
	"NAME" => getMessage("SECURITY_USER_OTP_INIT_NAME"),
	"DESCRIPTION" => getMessage("SECURITY_USER_OTP_INIT_DESCRIPTION"),
	"CACHE_PATH" => "Y",
	"PATH" => array(
		"ID" => "utility",
		"CHILD" => array(
			"ID" => "security",
			"NAME" => getMessage("SECURITY_USER_OTP_INIT_SECURITY_SERVICE")
		)
	),
);

?>