Vote Details for "CAPTCHA" by wiesemann

» Details
  • Voter:
  • Vote: +1 (not conditional)
  • Reviews:
» Comment
At least in the .phps linked in the proposal there are still some CS issues like:
if (($this->_options&AUDIO_CAPTCHA_DISTORT)==AUDIO_CAPTCHA_DISTORT) { // spacing

for ($i=$x;$i<count($data);$i++)
{ // spacing / no linebreak before the {

Apart from that, very nice!