From dff08a92f8143308d0e629a1a8e0c2c85d74449c Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 4 May 2022 10:26:06 +0100 Subject: [PATCH] Remove unused global recaptcha key config --- docker/wp-config.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker/wp-config.php b/docker/wp-config.php index d9695b9e..8a9d933a 100644 --- a/docker/wp-config.php +++ b/docker/wp-config.php @@ -163,14 +163,6 @@ define('NOSPAM_API_URL', 'http://nospam.investici.org:9001'); */ define('R2DB_FLEXIHASH_REPLICAS', 128); -/* - * A/I patch: global recaptcha key. - */ -if (array_key_exists('recaptcha', $noblogs_config)) { - define('GLOBAL_RECAPTCHA_KEY', $noblogs_config['recaptcha']['key']); - define('GLOBAL_RECAPTCHA_PRIVATE_KEY', $noblogs_config['recaptcha']['private_key']); -} - /* * A/I Patch: print debug info on demand when the debug cookie is set. */ -- GitLab