지도 데이터 이동. 기본 이미지 경로 수정
This commit is contained in:
@@ -29,7 +29,7 @@ if($general){
|
||||
$me['name'] = $general['name'];
|
||||
|
||||
if($general['imgsvr'] == 0) {
|
||||
$me['picture'] = '../../image/'.$general['picture'];
|
||||
$me['picture'] = ServConfig::getSharedIconPath().'/'.$general['picture'];
|
||||
} else {
|
||||
$me['picture'] = AppConf::getUserIconPathWeb().'/'.$general['picture'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user