config.core.php 308 B

123456789
  1. <?php
  2. /*
  3. * This file is managed by the installation process. Any modifications to it may get overwritten.
  4. * Add customizations to the $config_options array in `core/config/config.inc.php`.
  5. *
  6. */
  7. define('MODX_CORE_PATH', '/home/cropmonitor/public_html/site/core/');
  8. define('MODX_CONFIG_KEY', 'config');
  9. ?>