Skip to content

Instantly share code, notes, and snippets.

@morozVA
Created January 3, 2018 09:50
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/caecb6669bac752d61c79a93f8505be2 to your computer and use it in GitHub Desktop.
Save morozVA/caecb6669bac752d61c79a93f8505be2 to your computer and use it in GitHub Desktop.
evo include modx api in file
define('MODX_API_MODE', true);
include_once(dirname(__FILE__)."/index.php");
$modx->db->connect();
if (empty($modx->config)) {
$modx->getSettings();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment