mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11824] Remove unused globals
PHPBB3-11824
This commit is contained in:
@@ -5733,7 +5733,7 @@ function phpbb_create_symfony_request(phpbb_request $request)
|
||||
*/
|
||||
function phpbb_get_web_root_path(Request $symfony_request, $phpbb_root_path = '')
|
||||
{
|
||||
global $config, $phpEx, $request;
|
||||
global $phpEx;
|
||||
static $path;
|
||||
if (null !== $path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user