XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
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
?>
L:
0xoops
xoops-2.5.6
htdocs
class
captcha
config.recaptcha.php
Generated on Fri May 10 2013 01:04:23 for XOOPS 2.5.6 by
1.8.3.1