Skip to content

Instantly share code, notes, and snippets.

@vozhukh
Created January 6, 2017 08:22
Show Gist options
  • Save vozhukh/8e1bc42c839092792e68e57bb742651f to your computer and use it in GitHub Desktop.
Save vozhukh/8e1bc42c839092792e68e57bb742651f to your computer and use it in GitHub Desktop.
backUp битрикс помилка відповіді типо 502 і .т.д.
/*
на сторінці - /bitrix/admin/dump.php?lang=ru , добавляємо скрипт щоб запустився наступний крок -
sessid - потрібно вставити свій ІД сесії
*/
window.setTimeout("if(!stop)AjaxSend('?process=Y&sessid=35f522eb99ca6463f37d8ce733e0e48e')",2000);
/*
Або як варіант створити свою сторіку php із викликом в так -
/bitrix/admin/dump.php?lang=ru&sessid=35f522eb99ca6463f37d8ce733e0e48e&process=Y
sessid - потрібно вставити свій ІД сесії
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment