mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 12:39:41 +01:00
fix
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user