source: trunk/common/recaptcha.php @ 1936

Revision 1936, 197 bytes checked in by Xiping.Wang, 8 months ago (diff)

[trunk] implement #321, we add a new configuration file for recaptcha keys.

Line 
1<?php
2
3//FIXME: Need to merge configuration with mediawiki
4$recaptcha_public_key = '6LdOH8gSAAAAAJP4BPxX9AFsx4A-TckFv3m-aLY_';
5$recaptcha_private_key = '6LdOH8gSAAAAAIu7IGJ5-VWeEkjWdz-Uyn5by5t_';
6
Note: See TracBrowser for help on using the repository browser.