Files
firstgarden-web-gnu/plugin/gcaptcha/run.php
2013-04-11 10:13:19 +09:00

6 lines
122 B
PHP

<?php
include_once("./_common.php");
include_once("./captcha.lib.php");
$captcha = new captcha();
$captcha->run();
?>