diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-10-06 17:06:37 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-10-06 17:06:37 +0200 |
commit | 79bd0363faf287cafd9e9bd5608bc3e08df9ac87 (patch) | |
tree | b7f3458e7e8f1b20cc7dad3b24d1243266572a0c | |
parent | 71eee841e278ba5d08f836c047ef3c2e38fa34e1 (diff) |
added suggested value to index.php for error_reporting() when a site goes live, closes #177
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ *--------------------------------------------------------------- * * By default CI runs with error reporting set to ALL. For security - * reasons you are encouraged to change this when your site goes live. + * reasons you are encouraged to change this to 0 when your site goes live. * For more info visit: http://www.php.net/error_reporting * */ |