mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:30:22 +02:00
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
PHPBB3-10369
This commit is contained in:
@@ -4001,6 +4001,8 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
|||||||
*
|
*
|
||||||
* @param string $errfile Absolute file path
|
* @param string $errfile Absolute file path
|
||||||
* (e.g. /var/www/phpbb3/phpBB/includes/functions.php)
|
* (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
|
* @return string Relative file path
|
||||||
* (e.g. /includes/functions.php)
|
* (e.g. /includes/functions.php)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user