From e8f5890e4b7eb52ed4d905a225c3bf985f397439 Mon Sep 17 00:00:00 2001 From: katzgrau Date: Thu, 10 Mar 2011 10:24:29 -0500 Subject: Added full docs for new ENVIRONMENT constant. --- user_guide/installation/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'user_guide/installation/index.html') 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.

After moving them, open your main index.php file and set the $system_folder and $application_folder variables, preferably with a full path, e.g. '/www/MyUser/system'.

+

+ 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 ENVIRONMENT constant, which is + more fully described on the security page. +

That's it!

-- cgit v1.2.3-24-g4f1b