Merge branch 'v1.3.3' of https://github.com/cyberperspectives/sagacity into HEAD
This commit is contained in:
commit
881bf29ee5
@ -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';
|
||||
|
BIN
img/checklist_icons/Desktop Application.jpg
Normal file
BIN
img/checklist_icons/Desktop Application.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
img/checklist_icons/Harris SecNet.jpg
Normal file
BIN
img/checklist_icons/Harris SecNet.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Loading…
Reference in New Issue
Block a user