Thanks.onehundredandtwo wrote:Good to know phpBB treats security fairly seriously.
Run install/database_update.php to update the version number. Quick and painless.Jaifaime wrote:If we do just the manual file edit provided, where and what do we change so that the ACP knows it has been updated stops reporting the red outdated warning?
Most excellent, thank you.Marshalrusty wrote:Run install/database_updater.php to update the version number. Quick and painless.
Update the PHPBB_VERSION constant (includes/constants.php) to 3.0.7-PL1 too.Marshalrusty wrote:Run install/database_updater.php to update the version number. Quick and painless.Jaifaime wrote:If we do just the manual file edit provided, where and what do we change so that the ACP knows it has been updated stops reporting the red outdated warning?
Ah, thank you, too.ToonArmy wrote:Update the PHPBB_VERSION constant (includes/constants.php) to 3.0.7-PL1 too.
Code: Select all
$forum_ids = array_keys($auth->acl_getf('f_read'));
Code: Select all
$forum_ids = array_keys($auth->acl_getf('f_read', true));