Skip to content

Instantly share code, notes, and snippets.

@SerjRamone
Created July 22, 2013 05:51
Show Gist options
  • Save SerjRamone/6051559 to your computer and use it in GitHub Desktop.
Save SerjRamone/6051559 to your computer and use it in GitHub Desktop.
Для консольных скриптов
$_SERVER["DOCUMENT_ROOT"] = '/home/bitrix/www';
define("NO_KEEP_STATISTIC", true);
define("NO_AGENT_STATISTIC","Y");
define("NO_AGENT_CHECK", true);
define("DisableEventsCheck", true);
define("NOT_CHECK_PERMISSIONS",true);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment