Commit 59dea100 by Tobin

Update index.php

parent 8e44938c
...@@ -75,7 +75,7 @@ switch (ENVIRONMENT) ...@@ -75,7 +75,7 @@ switch (ENVIRONMENT)
case 'testing': case 'testing':
case 'production': case 'production':
error_reporting(-1); error_reporting(0);
ini_set('display_errors', 0); ini_set('display_errors', 0);
if (version_compare(PHP_VERSION, '5.3', '>=')) 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 to comment