Update Eqsl.php
这个提交包含在:
		
							父节点
							
								
									731b5701e0
								
							
						
					
					
						当前提交
						7ad3133c66
					
				
					共有  1 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		| 
						 | 
					@ -570,7 +570,7 @@ class eqsl extends CI_Controller {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	function image($id, $callsign, $mode, $band, $hour, $minute, $day, $month, $year) {
 | 
						function image($id, $callsign, $mode, $band, $hour, $minute, $day, $month, $year) {
 | 
				
			||||||
		$this->load->library('Electronicqsl');
 | 
							$this->load->library('electronicqsl');
 | 
				
			||||||
		$this->load->model('Eqsl_images');
 | 
							$this->load->model('Eqsl_images');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if($this->Eqsl_images->get_image($id) == "No Image") {
 | 
							if($this->Eqsl_images->get_image($id) == "No Image") {
 | 
				
			||||||
| 
						 | 
					@ -580,7 +580,7 @@ class eqsl extends CI_Controller {
 | 
				
			||||||
			$password = $q->user_eqsl_password;
 | 
								$password = $q->user_eqsl_password;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			$image_url = $this->Electronicqsl->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute);
 | 
								$image_url = $this->electronicqsl->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute);
 | 
				
			||||||
			$file = file_get_contents($image_url, true);
 | 
								$file = file_get_contents($image_url, true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			$dom = new domDocument; 
 | 
								$dom = new domDocument; 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		正在加载…
	
		在新工单中引用