关闭调试模式

dev v2.22
xiaoz 2019-04-27 15:04:34 +08:00
parent 537983907e
commit 45b4d36eb9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
/*
*---------------------------------------------------------------