summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-10-28 20:32:20 +0100
committerAndrey Andreev <narf@devilix.net>2014-10-28 20:32:20 +0100
commit815ac8a3be770b7de7a805a551f136cc6bb9f83c (patch)
treec605ac9dae927bb3e85ce618e140cb9942eede0f /application/config/config.php
parent98251706c81a7ca6057430c7c6a56ee4dfbe10a0 (diff)
Close #3292
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php8
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'] = '';
/*
|--------------------------------------------------------------------------