Files
firstgarden-web-gnu/extend/captcha.extend.php
2013-01-08 09:04:13 +09:00

8 lines
224 B
PHP

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