summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/index.html
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-03-10 17:39:06 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-03-10 17:39:06 +0100
commit65f6ad4aadd208f3c27d3064508a5eac3fa52fc6 (patch)
tree15e63e02b3dc192116167fd47be9a599a0c91176 /user_guide/installation/index.html
parent133beafd1746b0f5fa06794fd183289d43defdbe (diff)
parente8f5890e4b7eb52ed4d905a225c3bf985f397439 (diff)
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/installation/index.html')
-rw-r--r--user_guide/installation/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html
index 4c6c7c62e..5d26a42ec 100644
--- a/user_guide/installation/index.html
+++ b/user_guide/installation/index.html
@@ -74,6 +74,12 @@ variables at the top of the file with the new name you've chosen.</p>
<p>After moving them, open your main <kdb>index.php</kbd> file and set the <samp>$system_folder</samp> and <samp>$application_folder</samp> variables, preferably with a full path, e.g. '<dfn>/www/MyUser/system</dfn>'.</p>
+<p>
+ One additional measure to take in production environments is to disable
+ PHP error reporting and any other development-only functionality. In CodeIgniter,
+ this can be done by setting the <kbd>ENVIRONMENT</kbd> constant, which is
+ more fully described on the <a href="../general/security.html">security page</a>.
+</p>
<p>That's it!</p>