Implement URI language detection

This commit is contained in:
Eike Foken
2011-04-22 02:38:25 +02:00
parent ad2adc9742
commit 2ee4d42d7c
2 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,9 @@
$route['default_controller'] = "auth";
$route['404_override'] = '';
$route['(\w{2})/(.*)'] = '$2';
$route['(\w{2})'] = $route['default_controller'];
/* End of file routes.php */
/* Location: ./application/config/routes.php */