bbs 의 하위 폴더를 plugin 폴더 밑으로 모두 이동
This commit is contained in:
6
plugin/gcaptcha/run.php
Normal file
6
plugin/gcaptcha/run.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include_once("./_common.php");
|
||||
include_once("./captcha.lib.php");
|
||||
$captcha = new captcha();
|
||||
$captcha->run();
|
||||
?>
|
||||
Reference in New Issue
Block a user