diff options
author | Lohith J <lohithj94@gmail.com> | 2019-02-08 09:16:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 09:16:40 +0100 |
commit | 718b7c9dfb24ceb666eeeffaf63df5385ec28b71 (patch) | |
tree | aa655cafd2c67244db0301a9aaada9720fdddb9d /application/config | |
parent | 807f43b65d6b3fc35e8fed6fce1add36971f9f51 (diff) |
corrected grammar
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/config.php b/application/config/config.php index 782b19c74..29a40c81d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -13,9 +13,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | | WARNING: You MUST set this value! | -| If it is not set, then CodeIgniter will try guess the protocol and path -| your installation, but due to security concerns the hostname will be set -| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise. +| If it is not set, then CodeIgniter will try to guess the protocol and +| path your installation, but due to security concerns the hostname will +| be set to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise. | The auto-detection mechanism exists only for convenience during | development and MUST NOT be used in production! | |