Skip to content

Commit 45b4d36

Browse files
committed
关闭调试模式
1 parent 5379839 commit 45b4d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* NOTE: If you change these, also change the error_reporting() code below
5555
*/
56-
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
56+
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
5757

5858
/*
5959
*---------------------------------------------------------------

0 commit comments

Comments
 (0)