Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1208 → Rev 1209

/trunk/doc/config_values.md
146,10 → 146,12
OIDplus::baseConfig()->setValue('CAPTCHA_PLUGIN', 'None');
 
Alternative Values (installed plugins)
- reCAPTCHA
- hCaptcha
- ViaThinkSoft Client Challenge
- `reCAPTCHA`
- `hCaptcha`
- `ViaThinkSoft Client Challenge`
 
Please note that the value is case-sensitive.
 
###RECAPTCHA_VERSION
 
OIDplus::baseConfig()->setValue('RECAPTCHA_VERSION', \ViaThinkSoft\OIDplus\OIDplusCaptchaPluginRecaptcha::RECAPTCHA_V2_CHECKBOX);
172,7 → 174,7
OIDplus::baseConfig()->setValue('RECAPTCHA_PUBLIC', '');
OIDplus::baseConfig()->setValue('RECAPTCHA_PRIVATE', '');
 
Only used if `CAPTCHA_PLUGIN=ReCAPTCHA`.
Only used if `CAPTCHA_PLUGIN=reCAPTCHA`.
 
###HCAPTCHA_*
 
314,9 → 316,9
OIDplus::baseConfig()->setValue('PREPARED_STATEMENTS_EMULATION', 'auto');
 
Currently only for ODBC database plugin.
- `'auto'` = Auto detect if prepared statements should be emulated
- `'on'` = Always emulate prepared statements
- `'off'` = Never emulate prepared statements
- `auto` = Auto detect if prepared statements should be emulated
- `on` = Always emulate prepared statements
- `off` = Never emulate prepared statements
 
###MINIFY_CSS
 
/trunk/doc/developer_notes/logger_maskcodes.md
82,4 → 82,4
Implementation
==============
 
You can find the implementation in `includes/classes/OIDplusLogger.class.php`.
You can find the implementation in **includes/classes/OIDplusLogger.class.php**.