[ticket/10369] Add warning about paths outside of phpBB root not being filtered

PHPBB3-10369
This commit is contained in:
Andreas Fischer 2011-09-18 22:41:02 +02:00
parent 1ad97424a4
commit c8564e6ce9

View file

@ -4001,6 +4001,8 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
*
* @param string $errfile Absolute file path
* (e.g. /var/www/phpbb3/phpBB/includes/functions.php)
* Please note that if $errfile is outside of the phpBB root,
* the root path will not be found and can not be filtered.
* @return string Relative file path
* (e.g. /includes/functions.php)
*/