1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17514] Replace phpBB3 with phpBB in installer

PHPBB-17514
This commit is contained in:
Marc Alexander
2025-05-20 20:57:45 +02:00
parent 705df48dff
commit dbc4f16cfa
4 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ class add_config_settings extends database_task
}
// We set a (semi-)unique cookie name to bypass login issues related to the cookie name.
$cookie_name = 'phpbb3_';
$cookie_name = 'phpbb_';
$rand_str = md5(mt_rand());
$rand_str = str_replace('0', 'z', base_convert($rand_str, 16, 35));
$rand_str = substr($rand_str, 0, 5);