fix(config): Added HOST_LIST constant and updated constants for 1.3.4 release
In a previous pull config.inc file was overwritten and I missed committing the new HOST_LIST constant which resulted in a warning in the log file fix #86
This commit is contained in:
parent
9620adf3b9
commit
87991666fd
10
config.inc
10
config.inc
@ -16,6 +16,7 @@
|
||||
* - May 24, 2018 - Updated constants for 1.3.2 release
|
||||
* - Jun 2, 2018 - Added new STIG_EXCLUSIONS constant to permanently exclude STIGs
|
||||
* - Aug 28, 2018 - Updated constants for 1.3.3 release
|
||||
* - Jan 15, 2019 - Updated constants for 1.3.4 release
|
||||
*/
|
||||
// @new
|
||||
/**
|
||||
@ -31,7 +32,7 @@ define('DOC_ROOT', '{DOC_ROOT}');
|
||||
define('PWD_FILE', '{PWD_FILE}');
|
||||
define('TMP', '{TMP_PATH}');
|
||||
define('VER', '1.3.4');
|
||||
define('REL_DATE', '2018-11-30');
|
||||
define('REL_DATE', '2019-01-15');
|
||||
define('LOG_LEVEL', '{E_ERROR}');
|
||||
define('LOG_PATH', '{LOG_PATH}');
|
||||
define('SALT', '{SALT}');
|
||||
@ -281,6 +282,13 @@ define('PDI_CATALOG', 'PDI_CATALOG');
|
||||
*/
|
||||
define('ECHECKLIST_CSV', 'ECHECKLIST_CSV');
|
||||
|
||||
/**
|
||||
* Constant for a CSV host list
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
define('HOST_LIST', 'HOST_LIST');
|
||||
|
||||
/**
|
||||
* Constant for unsupported retina CSV file format
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user