This fixes the ADIF header import bug. Fixes #363.
这个提交包含在:
		
							父节点
							
								
									807c9ebea8
								
							
						
					
					
						当前提交
						c682b8f3b4
					
				
					共有  2 个文件被更改,包括 4 次插入 和 6 次删除
				
			
		|  | @ -180,10 +180,10 @@ return array( | ||||||
| 	'odm'	=>	'application/vnd.oasis.opendocument.text-master', | 	'odm'	=>	'application/vnd.oasis.opendocument.text-master', | ||||||
| 	'ott'	=>	'application/vnd.oasis.opendocument.text-template', | 	'ott'	=>	'application/vnd.oasis.opendocument.text-template', | ||||||
| 	'oth'	=>	'application/vnd.oasis.opendocument.text-web', | 	'oth'	=>	'application/vnd.oasis.opendocument.text-web', | ||||||
| 	'adi'   =>  array('application/octet-stream','text/plain'), | 	'adi'   =>  array('application/octet-stream','text/plain', 'audio/x-hx-aac-adif'), | ||||||
| 	'adif'  =>  array('application/octet-stream','text/plain'), | 	'adif'  =>  array('application/octet-stream','text/plain', 'audio/x-hx-aac-adif'), | ||||||
| 	'ADI'   =>  array('application/octet-stream','text/plain'), | 	'ADI'   =>  array('application/octet-stream','text/plain', 'audio/x-hx-aac-adif'), | ||||||
| 	'ADIF'  =>  array('application/octet-stream','text/plain'), | 	'ADIF'  =>  array('application/octet-stream','text/plain', 'audio/x-hx-aac-adif'), | ||||||
| 	'tq8'   =>  'application/octet-stream', | 	'tq8'   =>  'application/octet-stream', | ||||||
| 	'TQ8'   =>  'application/octet-stream' | 	'TQ8'   =>  'application/octet-stream' | ||||||
| ); | ); | ||||||
|  |  | ||||||
|  | @ -8,8 +8,6 @@ | ||||||
| 	    <h5 class="card-title"><?php echo $page_title; ?></h5>
 | 	    <h5 class="card-title"><?php echo $page_title; ?></h5>
 | ||||||
| 	  </div> | 	  </div> | ||||||
| 
 | 
 | ||||||
| 	  <div class="alert alert-danger" role="alert">Please make sure there is no extra text at the top of the ADIF file as the import will fail.</div> |  | ||||||
| 
 |  | ||||||
| 	  <div class="card-body"> | 	  <div class="card-body"> | ||||||
| 	    <?php if(isset($error)) { ?>
 | 	    <?php if(isset($error)) { ?>
 | ||||||
| 			<div class="alert alert-danger" role="alert"> | 			<div class="alert alert-danger" role="alert"> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用