전콘 적용 버그 수정
갱신정보 제대로 안보이는 문제 수정 분쟁 정보 제대로 안보이는 문제 수정
This commit is contained in:
@@ -65,7 +65,7 @@ if(!is_uploaded_file($image['tmp_name'])) {
|
||||
|
||||
while(true){
|
||||
$newPicName = dechex(rand(0x000000f,0xfffffff)).$newExt;
|
||||
$dest = AppConf::getUserIconPathFS().$newPicName;
|
||||
$dest = AppConf::getUserIconPathFS().'/'.$newPicName;
|
||||
if(file_exists($dest)){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user