* @copyright Copyright (c) 2020 Samuel Marshall / JCH Optimize * @license GNU/GPLv3, or later. See LICENSE file * * If LICENSE file missing, see . */ defined('_JEXEC') or die('Restricted access'); if (! defined('_JCH_EXEC')) { define('_JCH_EXEC', 1); } if (! defined('_JCH_BASE_DIR')) { define('_JCH_BASE_DIR', __DIR__); } require_once __DIR__ . '/version.php'; if (JCH_DEVELOP) { require_once __DIR__ . '/vendor/autoload.php'; } else { require_once __DIR__ . '/lib/vendor/scoper-autoload.php'; }