1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-multilang.git synced 2024-04-28 15:19:25 +03:00

updated doc

This commit is contained in:
Sebastien Guibert 2011-07-01 19:14:50 +02:00
parent e31d0a77ab
commit 714e3fa78d

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.