]> git.openstreetmap.org Git - chef.git/blob - cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb
Add #osm-ar, #osm-bw, #osm-cz, #osm-pt & #osm-ht to irc list
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-ConfirmEdit.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3 require_once( $IP.'/extensions/ConfirmEdit/ReCaptcha.php' );
4 $wgCaptchaClass = 'ReCaptcha';
5 $recaptcha_public_key = '6Lc9OLsSAAAAAKazGuA9zItboXIHb6ObYOdiVm6o';
6 $recaptcha_private_key = '6Lc9OLsSAAAAAKVZr9jFBc0GL-9Fm2H-paqu-4TB';
7 $wgCaptchaTriggers['addurl'] = true;