From acea14a30693646e5e7902aa2f9c37381a5d03c5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 13:42:41 -0500 Subject: [PATCH] Cleaning up configuration comments. --- application/config/application.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/application/config/application.php b/application/config/application.php index 2f55b140..049123e9 100644 --- a/application/config/application.php +++ b/application/config/application.php @@ -33,9 +33,7 @@ |-------------------------------------------------------------------------- | | The default language of your application. This language will be used by - | default by the Lang library when doing string localization. - | - | If you are not using the Lang library, this option isn't really important. + | Lang library as the default language when doing string localization. | */ @@ -46,7 +44,7 @@ | Application Character Encoding |-------------------------------------------------------------------------- | - | This default character encoding used by your application. This is the + | The default character encoding used by your application. This is the | character encoding that will be used by the Str, Text, and Form classes. | */ @@ -74,8 +72,6 @@ | random and secret. This key is used by the encryption class to generate | secure, encrypted strings. | - | If you will not be using the encryption class, this doesn't matter. - | */ 'key' => '',