Skip to content

Instantly share code, notes, and snippets.

@whackashoe
Created October 15, 2012 01:18
Show Gist options
  • Save whackashoe/3890360 to your computer and use it in GitHub Desktop.
Save whackashoe/3890360 to your computer and use it in GitHub Desktop.
Adding AppId to IMLCaptcha
<?php
class IMLCaptchaReader {
private $appid = "0"; //change this line
private $appid = "97063e821b852033ad9f4d3effc10e1c"; //to the equivalent of this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment