diff --git a/pub/index.php b/pub/index.php --- a/pub/index.php +++ b/pub/index.php @@ -24,6 +24,9 @@ exit(1); } +// @DO - blocks +require __DIR__ . '/firewall.php'; + $bootstrap = Bootstrap::create(BP, $_SERVER); /** @var \Magento\Framework\App\Http $app */ $app = $bootstrap->createApplication(\Magento\Framework\App\Http::class);