-
Bug
-
Resolution: Fixed
-
Major
-
3.0.7-PL1
-
None
Calling download/file.php with an empty avatar parameter can result in an E_NOTICE message containing the full path to the phpBB installation.
This is the case when the error_reporting setting (e.g. from php.ini) contains E_NOTICE.
The notice is trown in line
if ($filename[0] === 'g')
|
because the $filename string doesn't have an offset 0 because it's an empty string.
This has been reported by evilzone.org
- is duplicated by
-
PHPBB-9699 Submitting no avatar id causes a warning
- Closed