Update index.php

This commit is contained in:
Peter Goodhall
2022-10-13 15:42:26 +01:00
committed by GitHub
parent 13f76d2376
commit bb1ad0d875

View File

@@ -54,7 +54,7 @@
* NOTE: If you change these, also change the error_reporting() code below * NOTE: If you change these, also change the error_reporting() code below
*/ */
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
define('ENVIRONMENT', 'development'); define('ENVIRONMENT', 'production');
/* /*
*--------------------------------------------------------------- *---------------------------------------------------------------