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

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
@@ -34,9 +34,6 @@ if($dt == $rf) {
$response['result'] = 'FAIL';
} else {
$DB->Update('MEMBER', "PICTURE='', IMGSVR=0", "NO='{$SESSION->NoMember()}'");
if(file_exists($dest)){
@unlink($dest);
}
for($i=0; $i < $_serverCount; $i++) {
if($SETTINGS[$i]->IsExist()) {