예제 #1
0
파일: index.php 프로젝트: quetzal19/RBCC
<?
define('NEED_AUTH', 'Y');
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Auth");

\RBCC\Helpers\Common\File::includeFile('auth/process', false);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>