Blame view

desktop_app/disk.ajax.new.php 241 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
  <?
  define("BX_SKIP_USER_LIMIT_CHECK", true);
  if(file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/disk.bitrix24disk/ajax.php"))
  {
  	require($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/disk.bitrix24disk/ajax.php");
  }
  ?>