diff options
author | vlakoff <vlakoff@gmail.com> | 2012-07-13 20:40:06 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2012-07-13 20:40:06 +0200 |
commit | fe8324934f4bd15c86460975d265f72362cbbb3a (patch) | |
tree | 2cb4f66adb74b90f4dc6e9c8ca97d0382a0da361 /index.php | |
parent | 685cdd7a28a8e7ec5a3769e2b0d2cdd40c8f6bf9 (diff) |
Some adjustments in inline documentation
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,6 +43,7 @@ * NOTE: If you change these, also change the error_reporting() code below */ define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); + /* *--------------------------------------------------------------- * ERROR REPORTING @@ -51,7 +52,6 @@ * Different environments will require different levels of error reporting. * By default development will show errors but testing and live will hide them. */ - switch (ENVIRONMENT) { case 'development': |