forked from leftypol/leftypol
reCAPTCHA support
This commit is contained in:
parent
ef2e7c616b
commit
370b829460
9 changed files with 392 additions and 7 deletions
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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue