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