에디터, 캡챠를 bbs 밑으로 이동후 코드 수정

This commit is contained in:
gnuboard
2013-01-14 13:15:49 +09:00
parent 7b04f8a6d2
commit c0ecb1cdec
306 changed files with 138 additions and 115 deletions

6
bbs/gcaptcha/run.php Normal file
View File

@ -0,0 +1,6 @@
<?php
include_once("./_common.php");
include_once("./captcha.lib.php");
$captcha = new captcha();
$captcha->run();
?>