3.cache.php 304 B

12345678
  1. <?php return '$corePath = $modx->getOption(\'versionx.core_path\',null,$modx->getOption(\'core_path\').\'components/versionx/\');
  2. require_once $corePath.\'model/versionx.class.php\';
  3. $modx->versionx = new VersionX($modx);
  4. include $corePath . \'elements/plugins/versionx.plugin.php\';
  5. return;
  6. return;
  7. ';