전콘 갱신시 자동 삭제 기능을 제거하고, 운영자 모드에서 전콘 정리 기능으로 대체

This commit is contained in:
2018-03-03 19:28:42 +09:00
parent 3ca2779a48
commit e8387d240d
6 changed files with 82 additions and 10 deletions
-3
View File
@@ -74,9 +74,6 @@ if(!is_uploaded_file($image['tmp_name'])) {
$response['msg'] = '업로드에 실패했습니다!';
$response['result'] = 'FAIL';
} else {
if(file_exists($old_path)){
@unlink($old_path);
}
$pic = "{$newPicName}?={$rf}";
$DB->Update('MEMBER', "PICTURE='{$pic}', IMGSVR=1", "NO='{$SESSION->NoMember()}'");