Fully removed the outdated recaptchalib.php (freed up some room hehe)

This commit is contained in:
Daniel Saunders
2017-07-24 04:03:49 -04:00
parent 7a43a3ea34
commit b5fac28a8b
4 changed files with 7 additions and 308 deletions

View File

@@ -289,9 +289,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';