Cleaning up configuration comments.
This commit is contained in:
parent
7719cc6657
commit
acea14a306
|
@ -33,9 +33,7 @@
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| The default language of your application. This language will be used by
|
| The default language of your application. This language will be used by
|
||||||
| default by the Lang library when doing string localization.
|
| Lang library as the default language when doing string localization.
|
||||||
|
|
|
||||||
| If you are not using the Lang library, this option isn't really important.
|
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -46,7 +44,7 @@
|
||||||
| Application Character Encoding
|
| 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.
|
| 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
|
| random and secret. This key is used by the encryption class to generate
|
||||||
| secure, encrypted strings.
|
| secure, encrypted strings.
|
||||||
|
|
|
|
||||||
| If you will not be using the encryption class, this doesn't matter.
|
|
||||||
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'key' => '',
|
'key' => '',
|
||||||
|
|
Loading…
Reference in New Issue