Queste sono le modifiche apportate:
Codice: Seleziona tutto
- Fixed deleting of styles in admin_styles.php
- Fixed wrong unsetting of variables introduced in phpBB 2.0.9, making the board non-functional for users with specific php.ini settings
- Added code to let phpBB work with PHP5 for those having register_long_arrays set to off (default settings) - running phpBB 2.0.x with PHP5 is not supported at http://www.phpbb.com.
- Fixed bug in admin_board.php for board settings having single quotes in it
- Fixed "search by author" in search.php. Now it is possible to search for users with special chars in their name too
- Fixed forum jumpbox propagating session id in moderator control pages
- Added check for newlines at redirecting pages, to prevent http response splitting attacks - Ory Segal and Amit Klein
- Fixed visual confirmation code. The image was not created due to a wrong regular expression.