updated doc

This commit is contained in:
Sebastien Guibert 2011-07-01 19:14:50 +02:00
parent e31d0a77ab
commit 714e3fa78d
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Multilingual module for Kohana PHP Framework, version 3.1
),
);
The default route is special and an example is provided in the init.php file of this module. It is recommended to comment it there and copy it in your bootstrap.
### Example
If you try to access `http://www.domain.tld/`, the module will redirect it to `http://www.domain.tld/en/` if the hide_default option is set to FALSE.