leftypol/imgcaptcha_im.php

8 lines
158 B
PHP
Raw Normal View History

2012-12-22 16:44:43 +00:00
<?php
require_once("inc/functions.php");
require_once("inc/imgcaptcha.php");
$t = $_GET["cr"];
header("Content-Type: image/png");
generateImage($t);
?>