test config
This commit is contained in:
@@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true);
|
|||||||
| items. It can always be used within your own application too.
|
| items. It can always be used within your own application too.
|
||||||
*/
|
*/
|
||||||
defined('CI_DEBUG') || define('CI_DEBUG', true);
|
defined('CI_DEBUG') || define('CI_DEBUG', true);
|
||||||
|
|
||||||
|
define('ENV_ID', 'DEV20231703-A2');
|
||||||
@@ -19,3 +19,5 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE &
|
|||||||
| release of the framework.
|
| release of the framework.
|
||||||
*/
|
*/
|
||||||
defined('CI_DEBUG') || define('CI_DEBUG', false);
|
defined('CI_DEBUG') || define('CI_DEBUG', false);
|
||||||
|
|
||||||
|
define('ENV_ID', 'PROD20231703-A2');
|
||||||
@@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true);
|
|||||||
| release of the framework.
|
| release of the framework.
|
||||||
*/
|
*/
|
||||||
defined('CI_DEBUG') || define('CI_DEBUG', true);
|
defined('CI_DEBUG') || define('CI_DEBUG', true);
|
||||||
|
|
||||||
|
define('ENV_ID', 'TEST20231703-A2');
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="page_label">
|
<div class="page_label">
|
||||||
<?php echo $envID ?>
|
<?php echo ENV_ID ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user