diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 20:00:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 20:00:47 +0100 |
commit | 3e6ade949817821c29a1e5fc3b512320b5de7843 (patch) | |
tree | 576087ae78192dc4fc491972a4e9db9226b0f75c /application | |
parent | 885499f377c5d3adcbba05a2fadbc667e2c53dc0 (diff) | |
parent | b8ad8411998b028f829db4231b3ef1db0eef8813 (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 45a42b327..3d9cced63 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -13,8 +13,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | | WARNING: You MUST set this value! | -| 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 +| If it is not set, then CodeIgniter will try to guess the protocol and +| path to 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! |