forked from leftypol/leftypol
integrated imgcaptcha with Tinyboard
This commit is contained in:
parent
549ecc200e
commit
f754fcaea1
4 changed files with 15 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
$converter = new Encryption;
|
||||
return $converter->encode($enctext);
|
||||
}
|
||||
function ac_verifyHash($enctext, $output) {
|
||||
function ic_verifyHash($enctext, $output) {
|
||||
//print "VERIFY: " . $enctext . " " . $output . "<br>";
|
||||
$converter = new Encryption;
|
||||
$dectext = split(",,",$converter->decode($enctext));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue