integrated imgcaptcha with Tinyboard
This commit is contained in:
7
imgcaptcha_im.php
Normal file
7
imgcaptcha_im.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once("inc/functions.php");
|
||||
require_once("inc/imgcaptcha.php");
|
||||
$t = $_GET["cr"];
|
||||
header("Content-Type: image/png");
|
||||
generateImage($t);
|
||||
?>
|
Reference in New Issue
Block a user