Files
firstgarden-web-gnu/bbs/gcaptcha/get.php
2013-01-14 17:25:50 +09:00

6 lines
89 B
PHP

<?php
define('_CAPTCHA_', 1);
include_once("./_common.php");
echo chk_captcha();
?>