This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Sape.RU Context Plugin for MODx Evolution | |
*/ | |
if (!defined('_SAPE_USER')){ | |
define('_SAPE_USER', ' _USER_FOLDER_ '); | |
} | |
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'); | |
$sape_context = new SAPE_context(); |