* @copyright 2007-2019 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require_once __DIR__.'/../vendor/autoload.php'; define('_PS_VERSION_', AppKernel::VERSION); require_once _PS_CONFIG_DIR_.'alias.php'; require_once _PS_CLASS_DIR_.'PrestaShopAutoload.php'; spl_autoload_register(array(PrestaShopAutoload::getInstance(), 'load'));