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
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);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue