Skip to content

Instantly share code, notes, and snippets.

@BekNaji
Created August 29, 2022 05:40
Show Gist options
  • Save BekNaji/9865bec720ef4622976ded2f09365f6e to your computer and use it in GitHub Desktop.
Save BekNaji/9865bec720ef4622976ded2f09365f6e to your computer and use it in GitHub Desktop.
authorize in bitrix
<?
define("NO_KEEP_STATISTIC", true);
define("NOT_CHECK_PERMISSIONS", true);
define("SM_SAFE_MODE", true);
define("NO_AGENT_CHECK", true);
define("NO_AGENT_STATISTIC", true);
define("STOP_STATISTICS", true);
include($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
$USER = new \CUser;
$USER->Authorize(1);
LocalRedirect("/bitrix/admin/");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment