Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/oldpfcc.yacl.site.corrupted/auth/
Upload File :
Current File : /home/bitrix/ext_www/oldpfcc.yacl.site.corrupted/auth/index.php

<?
define("NEED_AUTH", true);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

if (isset($_REQUEST["backurl"]) && strlen($_REQUEST["backurl"])>0) 
	LocalRedirect($backurl);

$APPLICATION->SetTitle("Авторизация");

if($USER->IsAuthorized())
	LocalRedirect(SITE_DIR.'home/');

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>