Skip to content

Instantly share code, notes, and snippets.

@morozVA
Created March 5, 2018 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morozVA/a760577a905ba5f1fa929f4046835d81 to your computer and use it in GitHub Desktop.
Save morozVA/a760577a905ba5f1fa929f4046835d81 to your computer and use it in GitHub Desktop.
revo подключение к API во внешнем файле
define('MODX_API_MODE', true);
require_once($_SERVER['DOCUMENT_ROOT'].'/index.php');
$modx=new modX();
$modx->initialize('web');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment