상수 _EDITOR_ 를 G4_EDITOR 로, _CAPTCHA_ 를 G4_CAPTCHA 로 변경
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?
|
||||
define('_EDITOR_', 1);
|
||||
define('_CAPTCHA_', 1);
|
||||
define('G4_EDITOR', 1);
|
||||
define('G4_CAPTCHA', 1);
|
||||
include_once('./_common.php');
|
||||
|
||||
set_session('ss_bo_table', $bo_table);
|
||||
|
||||
Reference in New Issue
Block a user