Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YuriDan/11137868 to your computer and use it in GitHub Desktop.
Save YuriDan/11137868 to your computer and use it in GitHub Desktop.
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
global $USER;
$USER->Authorize(1);
@unlink(__FILE__);
LocalRedirect("/bitrix/admin/");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment