Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m confused. Are you asking for help or sharing advice? If the latter, I’d love to know what one line you changed to fix it.

    Thread Starter egingell

    (@egingell)

    I was not asking for help.

    Look for the line containing this:

    $letter = $code[‘display’]{$i};

    And change it to this:

    $letter = substr($code[‘display’], $i, 1);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix for Captcha Them All for PHP 8.2’ is closed to new replies.