integrated imgcaptcha with Tinyboard

This commit is contained in:
asiekierka 2012-12-22 17:44:43 +01:00
parent 549ecc200e
commit f754fcaea1
4 changed files with 15 additions and 3 deletions

5
imgcaptcha_p.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require_once("inc/functions.php");
require_once("inc/imgcaptcha.php");
print generateCaptchaHash();
?>