Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Commit

Permalink
Added missing setting comments to the bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodrag Tokić committed May 31, 2012
1 parent 4c473bb commit 0b212e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@
* - string index_file name of your index file, usually "index.php" index.php
* - string charset internal character set used for input and output utf-8
* - string cache_dir set the internal cache directory APPPATH/cache
* - integer cache_life lifetime, in seconds, of items cached 60
* - boolean errors enable or disable error handling TRUE
* - boolean profile enable or disable internal profiling TRUE
* - boolean caching enable or disable internal caching FALSE
* - boolean expose set the X-Powered-By header FALSE
*/
Kohana::init(array(
'base_url' => '/',
Expand Down

0 comments on commit 0b212e0

Please sign in to comment.