diff options
author | purwandi <free6300@gmail.com> | 2011-10-07 14:58:22 +0200 |
---|---|---|
committer | purwandi <free6300@gmail.com> | 2011-10-07 14:58:22 +0200 |
commit | 89f6f1a750daa78ef88a7d1c2276cdc8591aff5d (patch) | |
tree | 897c9869c08fb108b25fa652bace82f40bc8b7bb /user_guide_src/source/general/security.rst | |
parent | 5ebf9d1d29f73c5b941fc7bb2e0a2cdcb347f74e (diff) |
Fix some user guide style
Diffstat (limited to 'user_guide_src/source/general/security.rst')
-rw-r--r-- | user_guide_src/source/general/security.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/security.rst b/user_guide_src/source/general/security.rst index d9d5b728b..4d7a213d1 100644 --- a/user_guide_src/source/general/security.rst +++ b/user_guide_src/source/general/security.rst @@ -35,8 +35,8 @@ error reporting by setting the internal error_reporting flag to a value of 0. This disables native PHP errors from being rendered as output, which may potentially contain sensitive information. -Setting CodeIgniter's ENVIRONMENT constant in index.php to a value of -'production' will turn off these errors. In development mode, it is +Setting CodeIgniter's **ENVIRONMENT** constant in index.php to a value of +**\'production\'** will turn off these errors. In development mode, it is recommended that a value of 'development' is used. More information about differentiating between environments can be found on the :doc:`Handling Environments <environments>` page. |