Revert "Update index.php"

This reverts commit bb1ad0d875.
pull/1667/head
Peter Goodhall 2022-10-13 15:44:20 +01:00
rodzic bb1ad0d875
commit 354b778544
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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