reCAPTCHA support

This commit is contained in:
Savetheinternet 2011-06-16 04:59:16 +10:00
parent ef2e7c616b
commit 370b829460
9 changed files with 392 additions and 7 deletions

2
inc/functions.php Executable file → Normal file
View 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();
}