* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ // ~~start-pagecacheultimate~~ Do not remove this comment, pagecache will update it automatically // $staticCacheScript = dirname(__FILE__).'/modules/pagecache/static.config.php'; // if (file_exists($staticCacheScript)) { // try { // require_once $staticCacheScript; // } catch (Throwable $e) { // error_log("Page Cache Ultimate - Cannot use the static cache, an error occured: " . $e->getMessage()); // } // } // ~~end-pagecacheultimate~~ Do not remove this comment, pagecache will update it automatically require dirname(__FILE__).'/config/config.inc.php'; Dispatcher::getInstance()->dispatch();