_CAPTCHA_, _EDITOR_ 선언하지 않아도 오류나지 않도록 수정
캡챠와 에디터를 plugin 디렉토리에서 extend 디렉토리로 변경
This commit is contained in:
6
extend/gcaptcha/run.php
Normal file
6
extend/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