mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
CATPCHA can now be enabled on the admin login and user-login pages separately.
This commit is contained in:
@@ -79,7 +79,7 @@ else
|
||||
|
||||
$sec_img = e107::getSecureImg();
|
||||
|
||||
$use_imagecode = ($pref['logcode'] && extension_loaded("gd"));
|
||||
$use_imagecode = (vartrue($pref['admincode']) && extension_loaded("gd"));
|
||||
|
||||
if ($_POST['authsubmit'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user