commit | 1ef19196e32d081bd5db1a7f87599acea0ecac6e | [log] [tgz] |
---|---|---|
author | Alex Bilbie <alex@alexbilbie.com> | Thu May 17 20:41:12 2012 +0100 |
committer | Alex Bilbie <alex@alexbilbie.com> | Thu May 17 20:41:12 2012 +0100 |
tree | 8dae37ac00a90d7bd5f5a56540360803abaf1f85 | |
parent | 76c5185c6ed8c44cb0f249afd72677627d54ff3c [diff] |
Changed the default controller route to use single quotes instead of double quotes
diff --git a/application/config/routes.php b/application/config/routes.php index 474bda9..0011986 100644 --- a/application/config/routes.php +++ b/application/config/routes.php
@@ -64,7 +64,7 @@ | */ -$route['default_controller'] = "welcome"; +$route['default_controller'] = 'welcome'; $route['404_override'] = ''; /* End of file routes.php */