js, html에서 참조하는 이미지 경로 수정

This commit is contained in:
2018-04-08 17:59:39 +09:00
parent e36a50889b
commit 9108ce3f19
23 changed files with 61 additions and 43 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ if(!is_uploaded_file($image['tmp_name'])) {
while(true){
$newPicName = dechex(rand(0x000000f,0xfffffff)).$newExt;
$dest = ROOT.'/d_pic/'.$newPicName;
$dest = AppConf::getUserIconPathFS().$newPicName;
if(file_exists($dest)){
continue;
}