1
0
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:
Rubén Calvo 2017-06-14 08:37:12 +02:00
parent 0f941a8db2
commit 833a4c9e95

View File

@ -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');