diff options
author | Andrey Andreev <narf@devilix.net> | 2014-10-28 20:32:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-10-28 20:32:20 +0100 |
commit | 815ac8a3be770b7de7a805a551f136cc6bb9f83c (patch) | |
tree | c605ac9dae927bb3e85ce618e140cb9942eede0f /application | |
parent | 98251706c81a7ca6057430c7c6a56ee4dfbe10a0 (diff) |
Close #3292
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/application/config/config.php b/application/config/config.php index f02856544..675cb4fa2 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -47,11 +47,13 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | | http://example.com/ | -| If this is not set then CodeIgniter will guess the protocol, domain and -| path to your installation. +| If this is not set then CodeIgniter will try guess the protocol, domain +| and path to your installation. However, you should always configure this +| explicitly and never rely on auto-guessing, especially in production +| environments. | */ -$config['base_url'] = ''; +$config['base_url'] = ''; /* |-------------------------------------------------------------------------- |