mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
Update index.php
This commit is contained in:
parent
13f76d2376
commit
bb1ad0d875
@ -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', 'development');
|
||||
define('ENVIRONMENT', 'production');
|
||||
|
||||
/*
|
||||
*---------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user