Initial commit: Auth Server Base
This commit is contained in:
19
register/index.php
Normal file
19
register/index.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
|
||||
$APPLICATION->SetTitle("Регистрация в системе Con-Med");
|
||||
?>
|
||||
|
||||
<div class="container" style="padding: 40px 0;">
|
||||
<?php
|
||||
$APPLICATION->IncludeComponent(
|
||||
"conmed:sso.register",
|
||||
".default",
|
||||
array(
|
||||
"SUCCESS_PAGE" => "/personal/", // Куда вести, если нет backurl
|
||||
),
|
||||
false
|
||||
);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
|
||||
Reference in New Issue
Block a user