commit

parent aa05d184
Showing with 2 additions and 1 deletions
......@@ -66,12 +66,13 @@
switch (ENVIRONMENT)
{
case 'development':
case 'production':
error_reporting(-1);
ini_set('display_errors', 1);
break;
case 'testing':
case 'production':
//case 'production':
ini_set('display_errors', 0);
if (version_compare(PHP_VERSION, '5.3', '>='))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment