mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
PHPBB3-10369
This commit is contained in:
parent
1ad97424a4
commit
c8564e6ce9
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue