From 5626d65c81f9dbbe579a2a4b68e358a6ed42acb5 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 14 Jul 2026 09:42:29 +0200 Subject: [PATCH] 7.x: Fix entry-point for bare-metal installs Same issue, different file. See #2037 --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 15fcc9881..d1e74cbea 100644 --- a/public/index.php +++ b/public/index.php @@ -4,7 +4,7 @@ use Symfony\Component\ErrorHandler\Debug; use Symfony\Component\HttpFoundation\Request; -require dirname(__DIR__).'/vendor/autoload.php'; +require dirname(__DIR__).'/config/bootstrap.php'; try { // Validate required envs