mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
set environment to production
This commit is contained in:
parent
27f69d4334
commit
8b1792f373
@ -18,7 +18,7 @@
|
||||
* NOTE: If you change these, also change the error_reporting() code below
|
||||
*
|
||||
*/
|
||||
define('ENVIRONMENT', 'development');
|
||||
define('ENVIRONMENT', 'production');
|
||||
/*
|
||||
*---------------------------------------------------------------
|
||||
* ERROR REPORTING
|
||||
@ -202,4 +202,4 @@ if (defined('ENVIRONMENT'))
|
||||
require_once BASEPATH.'core/CodeIgniter.php';
|
||||
|
||||
/* End of file index.php */
|
||||
/* Location: ./index.php */
|
||||
/* Location: ./index.php */
|
||||
|
Loading…
x
Reference in New Issue
Block a user