diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ /* *--------------------------------------------------------------- + * APPLICATION ENVIRONMENT + *--------------------------------------------------------------- + * + * You can load different configurations depending on your + * current environment. The enviroment variable can be set + * to "development" (default), "test" or "production" + * + */ + define('ENVIRONMENT', 'development'); + +/* + *--------------------------------------------------------------- * PHP ERROR REPORTING LEVEL *--------------------------------------------------------------- * |