diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:15:49 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:15:49 +0000 |
| commit | 6f486b0499258d1a236837acae120274bb1832d1 (patch) | |
| tree | 78aca5d7a4b321aee41032556b7208a9c40034f8 /phpBB/install/database_update.php | |
| parent | 12c605755f933761e29b5c357298f9287b18e342 (diff) | |
| download | forums-6f486b0499258d1a236837acae120274bb1832d1.tar forums-6f486b0499258d1a236837acae120274bb1832d1.tar.gz forums-6f486b0499258d1a236837acae120274bb1832d1.tar.bz2 forums-6f486b0499258d1a236837acae120274bb1832d1.tar.xz forums-6f486b0499258d1a236837acae120274bb1832d1.zip | |
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
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index ff6579d2ed..18a94b3219 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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 . ' |
