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

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to