diff options
author | katzgrau <devnull@localhost> | 2011-03-10 16:24:29 +0100 |
---|---|---|
committer | katzgrau <devnull@localhost> | 2011-03-10 16:24:29 +0100 |
commit | e8f5890e4b7eb52ed4d905a225c3bf985f397439 (patch) | |
tree | 9da4e4218b4e18f2b13840605fe7b251cc35ba63 /user_guide/installation | |
parent | d1c21a47efdb9083d232f1f11bf3eeff8d308dd8 (diff) |
Added full docs for new ENVIRONMENT constant.
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 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> |