This commit is contained in:
Abdulrahman
2019-01-20 12:56:26 +03:00
parent 1e09a96da4
commit 8b4faaf5e5

View File

@@ -94,7 +94,7 @@ if(
{
//Wrong entries
$ERRORS[] = $lang['LOGIN_ERROR'];
$_SESSION['SHOW_CAPTCHA'] = function_exists('gd_info');
$_SESSION['SHOW_CAPTCHA'] = function_exists('gd_info') && ! defined('STOP_CAPTCHA');
}
}