[ticket/10898] Do not write ?> into config.php to avoid whitespace output.

PHPBB3-10898
This commit is contained in:
Andreas Fischer 2012-05-18 11:15:53 +02:00
parent 86fa185a1b
commit 70be7e109f

View file

@ -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;
}