mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/16346] More fixes
PHPBB3-16346
This commit is contained in:
@@ -100,6 +100,7 @@ class config_php_file
|
||||
{
|
||||
if (!$this->config_loaded && file_exists($this->config_file))
|
||||
{
|
||||
$defined_vars = null; // Define variable before call get_defined_vars
|
||||
$defined_vars = get_defined_vars();
|
||||
|
||||
require($this->config_file);
|
||||
|
Reference in New Issue
Block a user