diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-21 14:38:57 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-21 14:38:57 +0200 |
commit | 4b5616d5dc6ce118a472333b59f23e6eaf735144 (patch) | |
tree | 45e8c1115e6eedd30575db77dfdd9c8864272c2b /application/config/routes.php | |
parent | 0ab28ced4d4f20d5857fae9ec0e20452d4ac181b (diff) | |
parent | 1d79efea47d26e0e567f919c648adf5b554f3ff0 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email
Diffstat (limited to 'application/config/routes.php')
-rw-r--r-- | application/config/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/routes.php b/application/config/routes.php index 474bda969..001198615 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 */ |