Files
firstgarden-web-gnu/bbs/gcaptcha/get.php
2013-03-14 17:56:20 +09:00

6 lines
117 B
PHP

<?php
include_once("./_common.php");
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
echo chk_captcha();
?>