Upload checklist.inc for Sunset STIG Icons

This commit is contained in:
Cyber Perspectives, LLC 2018-09-18 20:06:38 -06:00 committed by GitHub
parent 17251a249f
commit 13834fd658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,6 +595,12 @@ class checklist
break;
case (preg_match("/Windows PAW/i", $this->name) ? true : false):
$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;
default:
$this->icon = 'Orphan.png';