mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17514] Replace phpBB3 with phpBB in includes
PHPBB-17514
This commit is contained in:
parent
4ef2a543af
commit
705df48dff
2 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ class acp_groups
|
|||
* Validate the length of "Maximum number of allowed recipients per
|
||||
* private message" setting. We use 16777215 as a maximum because it matches
|
||||
* MySQL unsigned mediumint maximum value which is the lowest amongst DBMSes
|
||||
* supported by phpBB3. Also validate the submitted colour value.
|
||||
* supported by phpBB. Also validate the submitted colour value.
|
||||
*/
|
||||
$validation_checks = array(
|
||||
'max_recipients' => array('num', false, 0, 16777215),
|
||||
|
|
|
@ -3194,7 +3194,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline): bool
|
|||
* and converts backslashes to forward slashes.
|
||||
*
|
||||
* @param string $errfile Absolute file path
|
||||
* (e.g. /var/www/phpbb3/phpBB/includes/functions.php)
|
||||
* (e.g. /var/www/phpbb/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
|
||||
|
|
Loading…
Add table
Reference in a new issue