Use GET array for language selection

This commit is contained in:
Eike Foken
2011-09-01 20:04:31 +02:00
parent 82b13d758d
commit 9d60c5457c
2 changed files with 5 additions and 18 deletions

View File

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