Can anyone else confirm the following issue with Captcha?
- Captcha always returns true when I add this to config.php, but it's
okay without the condition:
$EnablePostCaptchaRequired = 1;
if (CondAuth($pagename,'edit'))
$EnablePostCaptchaRequired = 0;
include_once('cookbook/captcha.php');
Marcus