mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-01 15:34:53 +02: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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user