Skip to content
Snippets Groups Projects
Commit dff08a92 authored by ale's avatar ale
Browse files

Remove unused global recaptcha key config

parent 6dfd611a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment