From 85bf003d01403ac74919744344b61f81143a5975 Mon Sep 17 00:00:00 2001 From: Jeff Odegard <42775175+JeffOdegard@users.noreply.github.com> Date: Wed, 19 Sep 2018 10:56:45 -0600 Subject: [PATCH] Distinguished App Server STIG from App Development --- classes/checklist.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/checklist.inc b/classes/checklist.inc index 1a4cf14..28a550d 100644 --- a/classes/checklist.inc +++ b/classes/checklist.inc @@ -312,8 +312,11 @@ class checklist case (preg_match("/AIX/i", $this->name) ? true : false): $this->icon = 'AIX.png'; break; - case (preg_match("/Application Security|Application Server|Application Layer Gateway/i", $this->name) ? true : false): + case (preg_match("/Application Security|Application Layer Gateway/i", $this->name) ? true : false): $this->icon = 'Application Development.gif'; + break; + case (preg_match("/Application Server/i", $this->name) ? true : false): + $this->icon = 'Application Server.jpg'; break; case (preg_match("/Active Directory/i", $this->name) ? true : false): $this->icon = 'Active Directory.png';