From 833a4c9e95adbbf7b879cde61a7d920d5ce176bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 14 Jun 2017 08:37:12 +0200 Subject: [PATCH] [ticket/15203] Remove require since is already in startup.php PHPBB3-15203 --- phpBB/install/phpbbcli.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpBB/install/phpbbcli.php b/phpBB/install/phpbbcli.php index 4fe75bb0e3..4b86f64e2a 100755 --- a/phpBB/install/phpbbcli.php +++ b/phpBB/install/phpbbcli.php @@ -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');