mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 22:26:32 +02:00
Merge PR #808 branch 'bantu/ticket/10898' into develop-olympus
* bantu/ticket/10898: [ticket/10898] Do not write ?> into config.php to avoid whitespace output.
This commit is contained in:
@ -559,8 +559,6 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
|
||||
$config_data .= "// @define('DEBUG_EXTRA', true);\n";
|
||||
}
|
||||
|
||||
$config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused!
|
||||
|
||||
return $config_data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user