From e9dd4df68e1fa7b1fcdbadcb40fade229c30df4f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 2 Oct 2007 16:17:38 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20de=20l'option=20captcha=20dans=20l'ongl?= =?UTF-8?q?et=20"divers"=20de=20la=20s=E9curit=E9=20avec=20v=E9ification?= =?UTF-8?q?=20si=20php=5Fgd=20est=20actif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/security_other.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php index 8081f06dcd3..8c5491cae82 100644 --- a/htdocs/admin/security_other.php +++ b/htdocs/admin/security_other.php @@ -153,7 +153,7 @@ if (function_exists("imagecreatefrompng")) { print ''.$langs->trans("Activate").''; } - if($conf->global->MAIN_SECURITY_ENABLECAPTCHA == 1 && function_exists("imagecreatefrompng")) + if($conf->global->MAIN_SECURITY_ENABLECAPTCHA == 1) { print ''.$langs->trans("Disable").''; }