1
0
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:
Cameron
2013-03-21 23:06:46 -07:00
parent cee23f042e
commit 70ff50b0a0
4 changed files with 43 additions and 20 deletions

View File

@@ -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'])
{