summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-11 11:52:04 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-11 11:52:04 +0100
commit071bb487932168c88fb43c0e2abd17e4fa1e1458 (patch)
tree0d48ea8b8ce53b02cf87e43759e0004e8afc4f4a /application/config/config.php
parent9b2c17ed78f0e6e08a96e176ef640fca675dd0a6 (diff)
parent700dbadb23bfa937f519df668a57c9050cd05062 (diff)
Merge branch '3.0-stable' into develop
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 4f8f81406..23ef5a528 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -62,7 +62,7 @@ $config['uri_protocol'] = 'REQUEST_URI';
| This option allows you to add a suffix to all URLs generated by CodeIgniter.
| For more information please see the user guide:
|
-| http://codeigniter.com/user_guide/general/urls.html
+| https://codeigniter.com/user_guide/general/urls.html
*/
$config['url_suffix'] = '';
@@ -110,8 +110,8 @@ $config['enable_hooks'] = FALSE;
| This item allows you to set the filename/classname prefix when extending
| native libraries. For more information please see the user guide:
|
-| http://codeigniter.com/user_guide/general/core_classes.html
-| http://codeigniter.com/user_guide/general/creating_libraries.html
+| https://codeigniter.com/user_guide/general/core_classes.html
+| https://codeigniter.com/user_guide/general/creating_libraries.html
|
*/
$config['subclass_prefix'] = 'MY_';
@@ -311,7 +311,7 @@ $config['cache_query_string'] = FALSE;
| If you use the Encryption class, you must set an encryption key.
| See the user guide for more info.
|
-| http://codeigniter.com/user_guide/libraries/encryption.html
+| https://codeigniter.com/user_guide/libraries/encryption.html
|
*/
$config['encryption_key'] = '';