1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

and another CAPTCHA setting - add new noise shapes to the noise array for more variations.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-02-08 14:15:49 +00:00
parent 12c605755f
commit 6f486b0499
7 changed files with 77 additions and 3 deletions

View File

@@ -2043,6 +2043,8 @@ function change_database_data(&$no_updates, $version)
case '3.0.4':
set_config('captcha_gd_wave', 0);
set_config('captcha_gd_3d_noise', 1);
$sql = 'SELECT user_id, user_password
FROM ' . USERS_TABLE . '