Subversion-Projekte lars-tiefland.ci

Revision

Revision 70 | Revision 230 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 70 Revision 203
Zeile 51... Zeile 51...
51
 *     testing
51
 *     testing
52
 *     production
52
 *     production
53
 *
53
 *
54
 * NOTE: If you change these, also change the error_reporting() code below
54
 * NOTE: If you change these, also change the error_reporting() code below
55
 */
55
 */
56
	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
56
	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'testing');
Zeile 57... Zeile 57...
57
 
57
 
58
/*
58
/*
59
 *---------------------------------------------------------------
59
 *---------------------------------------------------------------
60
 * ERROR REPORTING
60
 * ERROR REPORTING