<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* ReCAPTCHA Config Array
*
* Contains the ReCAPTCHA config array
*
* @package BackendPro
* @subpackage Configurations
* @author Adam Price
* @copyright Copyright (c) 2008
* @license http://www.gnu.org/licenses/lgpl.html
*/
// ---------------------------------------------------------------------------
$config['recaptcha'] = array(
'public'=>'{public_key}',
'private'=>'{private_key}',
'RECAPTCHA_API_SERVER' =>'http://api.recaptcha.net',
'RECAPTCHA_API_SECURE_SERVER'=>'https://api-secure.recaptcha.net',
'RECAPTCHA_VERIFY_SERVER' =>'api-verify.recaptcha.net',
'theme' => 'white'
);
/* End of file recaptcha.php */
/* Location: ./modules/recaptcha/config/recaptcha.php */