XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
config.php
Go to the documentation of this file.
1
<?php
21
defined(
'XOOPS_ROOT_PATH'
) or die('Restricted access');
22
27
return
$config
= array(
28
'disabled' =>
false
,
// Disable CAPTCHA
29
'mode' => 'text',
// default mode, you can choose 'text', 'image', 'recaptcha'(requires api key)
30
'name' => 'xoopscaptcha',
// captcha name
31
'skipmember' =>
true
,
// Skip CAPTCHA check for members
32
'maxattempts' => 10,
// Maximum attempts for each session
33
);
34
35
?>
L:
0xoops
xoops-2.5.6
htdocs
class
captcha
config.php
Generated on Fri May 10 2013 01:04:23 for XOOPS 2.5.6 by
1.8.3.1