Files
firstgarden-web-gnu/plugin/gcaptcha/get.php
2013-10-10 15:48:07 +09:00

6 lines
115 B
PHP

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