diff --git a/app/Config/Boot/development.php b/app/Config/Boot/development.php index 05a8612..a106c56 100644 --- a/app/Config/Boot/development.php +++ b/app/Config/Boot/development.php @@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); | items. It can always be used within your own application too. */ defined('CI_DEBUG') || define('CI_DEBUG', true); + +define('ENV_ID', 'DEV20231703-A2'); \ No newline at end of file diff --git a/app/Config/Boot/production.php b/app/Config/Boot/production.php index 21d2580..25c7910 100644 --- a/app/Config/Boot/production.php +++ b/app/Config/Boot/production.php @@ -19,3 +19,5 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & | release of the framework. */ defined('CI_DEBUG') || define('CI_DEBUG', false); + +define('ENV_ID', 'PROD20231703-A2'); \ No newline at end of file diff --git a/app/Config/Boot/testing.php b/app/Config/Boot/testing.php index e07a1d4..e8107b6 100644 --- a/app/Config/Boot/testing.php +++ b/app/Config/Boot/testing.php @@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); | release of the framework. */ defined('CI_DEBUG') || define('CI_DEBUG', true); + +define('ENV_ID', 'TEST20231703-A2'); \ No newline at end of file diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index d167547..32663ac 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -33,7 +33,7 @@