* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ 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'));