reCAPTCHA support
This commit is contained in:
2
inc/functions.php
Executable file → Normal file
2
inc/functions.php
Executable file → Normal file
@@ -102,6 +102,8 @@
|
||||
$_SERVER['REMOTE_ADDR'] = $m[2];
|
||||
}
|
||||
|
||||
if($config['recaptcha'])
|
||||
require_once 'inc/contrib/recaptcha/recaptchalib.php';
|
||||
if($config['memcached']['enabled'])
|
||||
memcached_open();
|
||||
}
|
||||
|
Reference in New Issue
Block a user