1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-27 13:40:28 +01:00
Files
php-phpbb/phpBB
Marc Alexander 204904441a [ticket/9801] Allow display of page outside board directory on viewonline
Until now, the preg_match didn't take into account that a page might be
outside the board directory. After this change, the regular expression will
allow preceding dots and slashes. Paths like ../../test.php will be allowed.
The page will be unknown in viewonline.php and it will revert to index.php as
current page. However, the core.viewonline_overwrite_location event will
receive proper info of the page the user is on right now allowing a listener
to change the info that is being displayed.

PHPBB3-9801
2014-06-11 23:34:51 +02:00
..
2014-05-15 14:11:11 +02:00