mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 17:40:43 +01:00
[ticket/7845] Ensure config script path is not empty
PHPBB3-7845
This commit is contained in:
parent
7221a47bb6
commit
654c2370ea
@ -1072,7 +1072,7 @@ class bbcode_firstpass extends bbcode
|
||||
|
||||
if ($config['force_server_vars'])
|
||||
{
|
||||
$check_path = $config['script_path'];
|
||||
$check_path = !empty($config['script_path']) ? $config['script_path'] : '/';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user