Blame view

test/index.php 199 Bytes
60c6f0893   root   init
1
2
3
4
5
6
7
8
9
10
  <?
  require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
  $APPLICATION->SetTitle("Title");
  ?>
  <?
  //$GLOBALS['USER']->Authorize(2);
  
  ?>
  
  <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>