diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-05 21:33:25 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-05 21:33:25 +0000 |
| commit | c8fa1399a94ef612a6fafde95aeb0c218be8711a (patch) | |
| tree | ca5d8e82d8f9563add7953d49ce60c5d1f18bfee /phpBB/install/install_install.php | |
| parent | 1bbc043bccc6c90e5ca20a3c5739444e3024cef6 (diff) | |
| download | forums-c8fa1399a94ef612a6fafde95aeb0c218be8711a.tar forums-c8fa1399a94ef612a6fafde95aeb0c218be8711a.tar.gz forums-c8fa1399a94ef612a6fafde95aeb0c218be8711a.tar.bz2 forums-c8fa1399a94ef612a6fafde95aeb0c218be8711a.tar.xz forums-c8fa1399a94ef612a6fafde95aeb0c218be8711a.zip | |
Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.
This introduces new language variables, so take note translators :).
git-svn-id: file:///svn/phpbb/trunk@7478 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
| -rwxr-xr-x | phpBB/install/install_install.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 2b54a2b1aa..3d6646df94 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -1307,11 +1307,6 @@ class install_install extends module if (!@extension_loaded('gd')) { can_load_dll('gd'); - } - - // This is for people who have TTF and GD - if (@extension_loaded('gd') && function_exists('imagettfbbox') && function_exists('imagettftext')) - { $sql_ary[] = 'UPDATE ' . $table_prefix . "config SET config_value = '1' WHERE config_name = 'captcha_gd'"; |
