forked from leftypol/leftypol
Fixes You look like a bot (reCaptcha window doesn't appear) #159, straight implementation of upstream https://github.com/vichan-devel/vichan/pull/241, but I bumped the jquery version.
This commit is contained in:
parent
a5650df053
commit
7dba466f73
6 changed files with 16 additions and 318 deletions
|
@ -293,9 +293,6 @@ function loadConfig() {
|
|||
if ($config['syslog'])
|
||||
openlog('tinyboard', LOG_ODELAY, LOG_SYSLOG); // open a connection to sysem logger
|
||||
|
||||
if ($config['recaptcha'])
|
||||
require_once 'inc/lib/recaptcha/recaptchalib.php';
|
||||
|
||||
if ($config['cache']['enabled'])
|
||||
require_once 'inc/cache.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue