Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/aspro/auth.next/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/aspro/auth.next/templates/.default/forgot_password.php

<?if( !defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true ) die();?>
<?$APPLICATION->AddChainItem("����� �����");?>
<?$APPLICATION->SetTitle("����� �����");?>
<?global $USER, $APPLICATION;
if( !$USER->IsAuthorized() ){?>
	<?$APPLICATION->IncludeComponent(
		"bitrix:system.auth.forgotpasswd",
		"aspro",
		false
	);?>
<?}else{
	LocalRedirect( $arParams["PERSONAL"] );
}?>