]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb
Add the Wikibase extension to the main wiki
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-ConfirmEdit.inc.php.erb
index 5b5ffffa65a5d3a56d48a52b836f17f35a81cec8..50e1d480183ccbb5c2ed0de08f5ee83af1d1617d 100644 (file)
@@ -3,8 +3,8 @@
 wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) );
 $wgCaptchaClass = 'ReCaptchaNoCaptcha';
 $wgReCaptchaSendRemoteIP = true;
-$recaptcha_public_key = '<%= @public_key %>';
-$recaptcha_private_key = '<%= @private_key %>';
+$wgReCaptchaSiteKey = '<%= @public_key %>';
+$wgReCaptchaSecretKey = '<%= @private_key %>';
 
 $wgCaptchaTriggers['addurl'] = true;
 $wgCaptchaTriggers['create'] = true;