From 87991666fded4bfc065738a92c29d95104347d2d Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 16 Jan 2019 15:59:21 -0500 Subject: [PATCH] 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 --- config.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.inc b/config.inc index 0656b55..5d861fb 100644 --- a/config.inc +++ b/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 *