 chbmb
					
					8 years ago
						chbmb
					
					8 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					app/Setting.php
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -202,6 +202,9 @@ class Setting extends Model | 
			
		
	
		
			
				
					|  |  |  |                         $url = 'https://www.bing.com/search'; | 
			
		
	
		
			
				
					|  |  |  |                         $var = 'q'; | 
			
		
	
		
			
				
					|  |  |  |                         break; | 
			
		
	
		
			
				
					|  |  |  |                     case 'startpage': | 
			
		
	
		
			
				
					|  |  |  |                         $url = 'https://www.startpage.com/'; | 
			
		
	
		
			
				
					|  |  |  |                         $var = 'q'; | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 $output .= '<div class="searchform">'; | 
			
		
	
		
			
				
					|  |  |  |                 $output .= Form::open(['url' => $url, 'method' => 'get']); | 
			
		
	
	
		
			
				
					|  |  | 
 |