summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-05 19:57:43 +0100
committerGitHub <noreply@github.com>2022-01-05 19:57:43 +0100
commit885499f377c5d3adcbba05a2fadbc667e2c53dc0 (patch)
treedafed017b6eceae085e6fc9845417207b3627e45 /application
parentf43bd73f6360f9d15a89527614c9ff696825ce99 (diff)
parent718b7c9dfb24ceb666eeeffaf63df5385ec28b71 (diff)
[ci skip] Merge pull request #5690 from Lohith94/develop
Corrected some grammar
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/config.php b/application/config/config.php
index d66d4fce4..45a42b327 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!
|