<?php
ini_set('memory_limit', '512M');
set_time_limit(600);
$_SESSION['mgrRole'] = 1;
$path = '/home/a/artiecoru/public_html/';
define('MODX_API_MODE', true);
define('MODX_BASE_PATH', '/***/');
define('MODX_SITE_URL', '/***/');
define('MODX_BASE_URL', '/***/');
include_once($path . 'index.php');
global $modx;
if (empty ($modx->config)) {
$modx->getSettings();
}
$modx->runSnippet('SyncMy');
exit();