Files
firstgarden-web-gnu/extend/gcaptcha/run.php
gnuboard e8ec16adb9 _CAPTCHA_, _EDITOR_ 선언하지 않아도 오류나지 않도록 수정
캡챠와 에디터를 plugin 디렉토리에서 extend 디렉토리로 변경
2013-01-13 16:50:01 +09:00

6 lines
122 B
PHP

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