From 13834fd658395286f9bfb36dd5a58c2cd270f748 Mon Sep 17 00:00:00 2001 From: "Cyber Perspectives, LLC" Date: Tue, 18 Sep 2018 20:06:38 -0600 Subject: [PATCH] Upload checklist.inc for Sunset STIG Icons --- classes/checklist.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/classes/checklist.inc b/classes/checklist.inc index ba20eb1..1a4cf14 100644 --- a/classes/checklist.inc +++ b/classes/checklist.inc @@ -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';