mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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 = '')
|
function phpbb_get_web_root_path(Request $symfony_request, $phpbb_root_path = '')
|
||||||
{
|
{
|
||||||
global $config, $phpEx, $request;
|
global $phpEx;
|
||||||
static $path;
|
static $path;
|
||||||
if (null !== $path)
|
if (null !== $path)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user