수정된 DB, SETING.php 동작 안하는 문제 해결

This commit is contained in:
2018-03-09 02:18:59 +09:00
parent 6ffee27f83
commit 704096358b
5 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -18,9 +18,9 @@ define('MANAGE', 'manage');
define('ICON', 'icon');
$serverList = [
'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')]
'che'=>['체', 'white', new _Setting(__DIR__.'/../che')],
'kwe'=>['퀘', 'yellow', new _Setting(__DIR__.'/../kwe')],
'pwe'=>['풰', 'orange', new _Setting(__DIR__.'/../pwe')],
'twe'=>['퉤', 'magenta', new _Setting(__DIR__.'/../twe')],
'hwe'=>['훼', 'red', new _Setting(__DIR__.'/../hwe')]
];