mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-27 05:31:32 +01:00
Enables super globals before the new container is instantiated in the final step of installation to prevent issues caused by trying to create a phpbb_request object when super globals are disabled. PHPBB3-9734