diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 19:57:43 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 19:58:17 +0100 |
commit | b8445bf3f5ac18b6325e1205e068a24d80a19307 (patch) | |
tree | 0776ff718e4ad55cc861de9c5b323d6c3ec83200 | |
parent | 73295d264410f4d0b5ae802e77d4d6b47172f64a (diff) |
[ci skip] Merge pull request #5690 from Lohith94/develop
Corrected some grammar
-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 ee599c7aa..1abe32c00 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! | |