set environment to production

This commit is contained in:
Claude 2012-06-11 18:23:47 +02:00
parent 27f69d4334
commit 8b1792f373

View File

@ -18,7 +18,7 @@
* NOTE: If you change these, also change the error_reporting() code below * NOTE: If you change these, also change the error_reporting() code below
* *
*/ */
define('ENVIRONMENT', 'development'); define('ENVIRONMENT', 'production');
/* /*
*--------------------------------------------------------------- *---------------------------------------------------------------
* ERROR REPORTING * ERROR REPORTING
@ -202,4 +202,4 @@ if (defined('ENVIRONMENT'))
require_once BASEPATH.'core/CodeIgniter.php'; require_once BASEPATH.'core/CodeIgniter.php';
/* End of file index.php */ /* End of file index.php */
/* Location: ./index.php */ /* Location: ./index.php */