summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/index.html
diff options
context:
space:
mode:
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 9a611eb41..8ba41313c 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>