Revert "Update index.php"

This reverts commit bb1ad0d875.
This commit is contained in:
Peter Goodhall
2022-10-13 15:44:20 +01:00
parent bb1ad0d875
commit 354b778544

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', 'production'); define('ENVIRONMENT', 'development');
/* /*
*--------------------------------------------------------------- *---------------------------------------------------------------