mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 00:13:29 +02:00
[ticket/15203] Remove require since is already in startup.php
PHPBB3-15203
This commit is contained in:
parent
0f941a8db2
commit
833a4c9e95
@ -39,9 +39,6 @@ $input = new ArgvInput();
|
||||
// Enable superglobals for cli support
|
||||
$phpbb_installer_container->get('request')->enable_super_globals();
|
||||
|
||||
// Load compatibility globals to access deprecated globals
|
||||
require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx);
|
||||
|
||||
/** @var \phpbb\filesystem\filesystem $phpbb_filesystem */
|
||||
$phpbb_filesystem = $phpbb_installer_container->get('filesystem');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user