g4를 g5로 변경
This commit is contained in:
@ -3,10 +3,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
function editor_html($id, $content, $is_dhtml_editor=true)
|
||||
{
|
||||
global $g4, $config;
|
||||
global $g5, $config;
|
||||
static $js = true;
|
||||
|
||||
$editor_url = G4_EDITOR_URL.'/'.$config['cf_editor'];
|
||||
$editor_url = G5_EDITOR_URL.'/'.$config['cf_editor'];
|
||||
|
||||
$html = "";
|
||||
$html .= "<span class=\"sound_only\">웹에디터 시작</span>";
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
include_once("../../../common.php");
|
||||
|
||||
$ym = date('ym', G4_SERVER_TIME);
|
||||
$ym = date('ym', G5_SERVER_TIME);
|
||||
|
||||
$data_dir = G4_DATA_PATH.'/editor/'.$ym;
|
||||
$data_url = G4_DATA_URL.'/editor/'.$ym;
|
||||
$data_dir = G5_DATA_PATH.'/editor/'.$ym;
|
||||
$data_url = G5_DATA_URL.'/editor/'.$ym;
|
||||
|
||||
@mkdir($data_dir, G4_DIR_PERMISSION);
|
||||
@chmod($data_dir, G4_DIR_PERMISSION);
|
||||
@mkdir($data_dir, G5_DIR_PERMISSION);
|
||||
@chmod($data_dir, G5_DIR_PERMISSION);
|
||||
|
||||
// 업로드 DIALOG 에서 전송된 값
|
||||
$funcNum = $_GET['CKEditorFuncNum'] ;
|
||||
|
||||
Reference in New Issue
Block a user