1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01: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:
Dhruv Goel 2012-06-03 15:56:55 +05:30
parent 73ca5edb29
commit a9549cbe6a

View File

@ -2305,6 +2305,13 @@ function change_database_data(&$no_updates, $version)
'auth' => 'acl_a_styles',
'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);