Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eAmin committed Oct 6, 2012
1 parent e47443e commit b7b4750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -35,11 +35,10 @@ http.createServer(function(req, res) {
cf.on('data', function(cfaRes) {
if (cfaRes.is_valid == true) {
res.write('درست است');
res.end();
} else {
res.write('Error : ' + cfaRes.error);
res.end();
}
res.end();
});

cf.verify(post.captchafa_challenge_field, post.captchafa_response_field);
Expand Down

0 comments on commit b7b4750

Please sign in to comment.