mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
[ticket/13683] Removes extra / in script_path
PHPBB3-13683
This commit is contained in:
parent
842d6f7815
commit
ff9632261e
@ -110,7 +110,7 @@ class helper
|
||||
$context->setScheme(substr($this->config['server_protocol'], 0, -3));
|
||||
$context->setHttpPort($this->config['server_port']);
|
||||
$context->setHttpsPort($this->config['server_port']);
|
||||
$context->setBaseUrl($this->config['script_path']);
|
||||
$context->setBaseUrl(rtrim($this->config['script_path'], '/'));
|
||||
}
|
||||
|
||||
$script_name = $this->symfony_request->getScriptName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user