push
This commit is contained in:
parent
27bbeeca80
commit
2a6edd119f
@ -17,6 +17,7 @@
|
||||
* - 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
|
||||
* - Jan 19, 2019 - Updated constants for 1.4.0 release
|
||||
*/
|
||||
// @new
|
||||
/**
|
||||
@ -31,8 +32,8 @@ define('E_DEBUG', 65535);
|
||||
define('DOC_ROOT', '{DOC_ROOT}');
|
||||
define('PWD_FILE', '{PWD_FILE}');
|
||||
define('TMP', '{TMP_PATH}');
|
||||
define('VER', '1.3.4');
|
||||
define('REL_DATE', '2019-01-15');
|
||||
define('VER', '1.4.0');
|
||||
define('REL_DATE', '2019-12-31');
|
||||
define('LOG_LEVEL', '{E_ERROR}');
|
||||
define('LOG_PATH', '{LOG_PATH}');
|
||||
define('SALT', '{SALT}');
|
||||
|
Loading…
Reference in New Issue
Block a user