sammo를 쓰는 일부 파일을 getRootDB()를 이용하도록 수정
메시지 DB 형태 변경. 메시지를 전송하는 별도의 함수 sendMessage(), sendRawMessage() 생성 j_msgsubmit.php 전면 수정 가능한 메일함을 구해오는 getMailboxList() 함수 추가 CheckBlock를 getBlockLevel로 변경하고, 내부 구현 수정
This commit is contained in:
@@ -76,7 +76,7 @@ function LogHistory($connect, $isFirst=0) {
|
||||
$current_url = util::get_current_url();
|
||||
$map_path = explode('/',parse_url($current_url, PHP_URL_PASS));
|
||||
array_pop($map_path);
|
||||
array_push($map_path, 'map.php?type=2&graphic=0');
|
||||
$map_path[] = 'map.php?type=2&graphic=0';
|
||||
$map_path = join('/', $map_path);
|
||||
|
||||
$client = new GuzzleHttp\Client();
|
||||
|
||||
Reference in New Issue
Block a user