통합 서버 관리자의 파일 경로 코드를 문자열로 변경.

This commit is contained in:
2018-03-07 21:29:48 +09:00
parent 7206826974
commit bc3a6cf86e
55 changed files with 183 additions and 204 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
<?php
require_once('_common.php');
require_once(ROOT.W.F_FUNC.W.'class._Setting.php');
require_once(ROOT.'/f_func/class._Setting.php');
define('POPUP', 'popup');
@@ -18,9 +18,9 @@ define('MANAGE', 'manage');
define('ICON', 'icon');
$serverList = [
'che'=>['체', 'white', new _Setting(__DIR__.ROOT.W.'che')],
'kwe'=>['퀘', 'yellow', new _Setting(__DIR__.ROOW.W.'kwe')],
'pwe'=>['풰', 'orange', new _Setting(__DIR__.ROOW.W.'pwe')],
'twe'=>['퉤', 'magenta', new _Setting(__DIR__.ROOW.W.'twe')],
'hwe'=>['훼', 'red', new _Setting(__DIR__.ROOW.W.'hwe')]
'che'=>['체', 'white', new _Setting(__DIR__.ROOT.'/che')],
'kwe'=>['퀘', 'yellow', new _Setting(__DIR__.ROOT.'/kwe')],
'pwe'=>['풰', 'orange', new _Setting(__DIR__.ROOT.'/pwe')],
'twe'=>['퉤', 'magenta', new _Setting(__DIR__.ROOT.'/twe')],
'hwe'=>['훼', 'red', new _Setting(__DIR__.ROOT.'/hwe')]
];