summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-13 20:43:28 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-13 20:43:28 +0200
commitdecc642f8c81dcf57e2e3217a44d5b1385163456 (patch)
tree52c1e86324ee1a8bb36e119711707bdf09419a87 /index.php
parentf457920110f23b8dbdad3ad41cbc573c2af9d99c (diff)
parentfe8324934f4bd15c86460975d265f72362cbbb3a (diff)
Merge pull request #1617 from vlakoff/doc
Some adjustments in inline documentation
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index aa1df441b..4955437bf 100644
--- a/index.php
+++ b/index.php
@@ -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':