summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-10-06 17:06:37 +0200
committerDerek Jones <derek.jones@ellislab.com>2010-10-06 17:06:37 +0200
commit79bd0363faf287cafd9e9bd5608bc3e08df9ac87 (patch)
treeb7f3458e7e8f1b20cc7dad3b24d1243266572a0c /index.php
parent71eee841e278ba5d08f836c047ef3c2e38fa34e1 (diff)
added suggested value to index.php for error_reporting() when a site goes live, closes #177
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 0eef7b895..c885893dd 100644
--- a/index.php
+++ b/index.php
@@ -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
*
*/