Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9865904e04 | ||
|
1af6091e55 |
@ -33,16 +33,12 @@ _Keen insight. Sound judgment. Wise decisions. Sagacity._
|
||||
|
||||
### Software Requirements
|
||||
Sagacity has the following software requirements. The versions listed are the minimum required for operation. For PHP, we recommend the closest version you can get to the one listed, further versions may deprecate features before we have the chance to update the code.
|
||||
|
||||
*Please note: Sagacity is not fully compatible with XAMPP 7.3.x or PHP 7.3. Please use XAMPP 7.2 / PHP 7.2 instead.*
|
||||
|
||||
- PHP 7.2
|
||||
- MySQL 5.7+ or MariaDB 10+
|
||||
- Apache 2.4+
|
||||
|
||||
For Windows, you can install XAMPP 7.2.x from https://www.apachefriends.org/download.html
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
See README.pdf for complete installation instructions.
|
||||
|
@ -90,7 +90,7 @@ if ($tgt_count = count($tgts)) {
|
||||
print "Target: {$tgt->get_Name()}" . PHP_EOL;
|
||||
|
||||
foreach ($tgt->checklists as $key => $chk) {
|
||||
if ($chk->name == 'Orphan' || $chk->type == 'benchmark') {
|
||||
if ($chk->name == 'Orphan' || $chk->type != 'manual') {
|
||||
unset($tgt->checklists[$key]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user