dever 4 년 전
부모
커밋
067460194c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Store/Core.php

+ 1 - 1
lib/Store/Core.php

@@ -222,7 +222,7 @@ class Core
 			if (((isset($this->data['cropper']) && !$this->yun) || !isset($this->data['cropper'])) && strstr($name, 'http')) {
 				$this->base64 = false;
 				$this->root();
-				header('Content-type: text/json; charset=utf-8');
+				//header('Content-type: text/json; charset=utf-8');
 				$path = Dever::path($this->base, 'tmp/');
 				
 				$filename = $name;