
Evgenij - 2008-06-27 16:27:54
In doc's expamples you wrote something like this:
$captcha = new CSniperCaptcha(5, 'btn_submit');
CSniperCaptcha::DrawRefs();
But it seems to me that's not correct.
$captcha = new CSniperCaptcha(5, 'btn_submit');
$captcha->DrawRefs();
When i did like this it start working correctly.