diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:39:06 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:39:06 +0100 |
commit | 65f6ad4aadd208f3c27d3064508a5eac3fa52fc6 (patch) | |
tree | 15e63e02b3dc192116167fd47be9a599a0c91176 /user_guide/installation | |
parent | 133beafd1746b0f5fa06794fd183289d43defdbe (diff) | |
parent | e8f5890e4b7eb52ed4d905a225c3bf985f397439 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/index.html | 6 |
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> |