Restauration du code visuel systematique. Car la page de demande de mot de passe n'est pas vocation, pas protégé par identification, donc soumis aux attaques de robots, la saisie du crypto doit etre obligatoire

This commit is contained in:
Laurent Destailleur 2007-10-04 00:38:29 +00:00
parent 09c5e523b4
commit 811935ef5f

View File

@ -232,7 +232,7 @@ print '></td>';
print '</tr>'."\n";
if ($conf->global->MAIN_SECURITY_ENABLECAPTCHA && ! $disabled)
if (function_exists("imagecreatefrompng") && ! $disabled)
{
//print "Info session: ".session_name().session_id();print_r($_SESSION);
$cryptinstall = DOL_URL_ROOT.'/includes/cryptographp';
@ -277,4 +277,4 @@ print "<br>";
// Fin entete html
print "\n</body>\n</html>";
?>
?>