Files
firstgarden-web-gnu/plugin/gcaptcha/get.php
2013-09-13 14:32:06 +09:00

6 lines
117 B
PHP

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