mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Merge PR #808 branch 'develop-olympus' into develop
* develop-olympus: [ticket/10898] Do not write ?> into config.php to avoid whitespace output.
This commit is contained in:
commit
d0e63a4f37
1 changed files with 0 additions and 2 deletions
|
@ -558,7 +558,5 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
|
||||||
$config_data .= "// @define('DEBUG_EXTRA', true);\n";
|
$config_data .= "// @define('DEBUG_EXTRA', true);\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused!
|
|
||||||
|
|
||||||
return $config_data;
|
return $config_data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue