diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2011-09-21 08:34:33 +0100 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2011-09-21 08:36:53 +0100 |
| commit | e95aec163789cc333c39d2dd9c8432da3c428102 (patch) | |
| tree | df376f5a0a9d4b31dd36b032467bb1ce3bc8c175 /phpBB | |
| parent | fab0ec64b383c672e91db8524a225671795d4805 (diff) | |
| download | forums-e95aec163789cc333c39d2dd9c8432da3c428102.tar forums-e95aec163789cc333c39d2dd9c8432da3c428102.tar.gz forums-e95aec163789cc333c39d2dd9c8432da3c428102.tar.bz2 forums-e95aec163789cc333c39d2dd9c8432da3c428102.tar.xz forums-e95aec163789cc333c39d2dd9c8432da3c428102.zip | |
[ticket/10152] Remove end '?>' from generated config.php.
PHPBB3-10152
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/install_install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index db763f7a7c..f8c54678bf 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -903,7 +903,6 @@ class install_install extends module $config_data .= "\n@define('PHPBB_INSTALLED', true);\n"; $config_data .= "// @define('DEBUG', true);\n"; $config_data .= "// @define('DEBUG_EXTRA', true);\n"; - $config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused! // Attempt to write out the config file directly. If it works, this is the easiest way to do it ... if ((file_exists($phpbb_root_path . 'config.' . $phpEx) && phpbb_is_writable($phpbb_root_path . 'config.' . $phpEx)) || phpbb_is_writable($phpbb_root_path)) |
