아이콘, 게임 이미지 경로를 일괄 지정 가능하도록 변경
This commit is contained in:
@@ -31,7 +31,7 @@ if($general){
|
||||
if($general['imgsvr'] == 0) {
|
||||
$me['picture'] = '../../image/'.$general['picture'];
|
||||
} else {
|
||||
$me['picture'] = '../d_pic/'.$general['picture'];
|
||||
$me['picture'] = AppConf::getUserIconPathWeb().'/'.$general['picture'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user