mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature-delete-auto-logins] adds module to database update
ucp delete auto-login keys module is added to database_update.php under 3.1-dev
This commit is contained in:
parent
73ca5edb29
commit
a9549cbe6a
1 changed files with 7 additions and 0 deletions
|
@ -2305,6 +2305,13 @@ function change_database_data(&$no_updates, $version)
|
||||||
'auth' => 'acl_a_styles',
|
'auth' => 'acl_a_styles',
|
||||||
'cat' => 'ACP_STYLE_MANAGEMENT',
|
'cat' => 'ACP_STYLE_MANAGEMENT',
|
||||||
),
|
),
|
||||||
|
'autologin_keys' => array(
|
||||||
|
'base' => 'ucp_profile',
|
||||||
|
'class' => 'ucp',
|
||||||
|
'title' => 'UCP_PROFILE_AUTOLOGIN_KEYS',
|
||||||
|
'auth' => '',
|
||||||
|
'cat' => 'UCP_PROFILE',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
_add_modules($modules_to_install);
|
_add_modules($modules_to_install);
|
||||||
|
|
Loading…
Add table
Reference in a new issue