XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
config.recaptcha.php
Go to the documentation of this file.
1 <?php
21 defined('XOOPS_ROOT_PATH') or die('Restricted access');
22 
23 return $config = array(
24  'private_key' => 'YourPrivateApiKey',
25  'public_key' => 'YourPublicApiKey',
26  'theme' => 'white', // 'red' | 'white' | 'blackglass' | 'clean' | 'custom'
27  'lang' => _LANGCODE
28  );
29 ?>