Files
firstgarden-web-gnu/extend/tcaptcha.extend.php
2012-12-28 14:29:48 +09:00

8 lines
228 B
PHP

<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
$captcha = (object)array(
'lib' => $g4['path']."/plugin/tcaptcha/tcaptcha.lib.php",
'js' => $g4['path']."/plugin/tcaptcha/tcaptcha.js"
);
?>