Upload checklist.inc for Sunset STIG Icons
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							17251a249f
						
					
				
				
					commit
					13834fd658
				
			| @@ -595,6 +595,12 @@ class checklist | |||||||
|                     break; |                     break; | ||||||
| 				case (preg_match("/Windows PAW/i", $this->name) ? true : false): | 				case (preg_match("/Windows PAW/i", $this->name) ? true : false): | ||||||
|                     $this->icon = 'Windows PAW.jpg'; |                     $this->icon = 'Windows PAW.jpg'; | ||||||
|  |                     break; | ||||||
|  | 				case (preg_match("/SecNet/i", $this->name) ? true : false): | ||||||
|  |                     $this->icon = 'Harris SecNet.jpg'; | ||||||
|  |                     break; | ||||||
|  | 				case (preg_match("/Desktop App/i", $this->name) ? true : false): | ||||||
|  |                     $this->icon = 'Desktop Application.jpg'; | ||||||
|                     break; |                     break; | ||||||
|                 default: |                 default: | ||||||
|                     $this->icon = 'Orphan.png'; |                     $this->icon = 'Orphan.png'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user