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

captcha changes

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9390 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-03-17 16:04:58 +00:00
parent 1e36ed1f74
commit 01078bb2fa
9 changed files with 66 additions and 13 deletions

View File

@@ -893,6 +893,10 @@ function change_database_data(&$no_updates, $version)
set_config('captcha_gd_wave', 0);
set_config('captcha_gd_3d_noise', 1);
set_config('captcha_gd_fonts', 1);
set_config('confirm_refresh', 1);
$sql = 'SELECT user_id, user_password
FROM ' . USERS_TABLE . '