commit | dda21f6abc76451997b12c07e6066aa49c2d423d | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Sun Jun 03 10:36:36 2012 -0500 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Sun Jun 03 10:36:36 2012 -0500 |
tree | 23aef7e86df862798e92a6a0afdf5cc9719cd638 | |
parent | 2d8707f8ba27f16a226d85a011aeab5325b27100 [diff] |
Added support for $_SERVER['CI_ENV'] in index.php Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc.