Update text in routes.php to clarify when to remove core routes.

This commit is contained in:
mark_story 2012-09-30 20:17:50 -04:00
parent 89ab0a2d06
commit 739b3b70f7
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
CakePlugin::routes(); CakePlugin::routes();
/** /**
* Load the CakePHP default routes. Remove this if you do not want to use * Load the CakePHP default routes. Only remove this if you do not want to use
* the built-in default routes. * the built-in default routes.
*/ */
require CAKE . 'Config' . DS . 'routes.php'; require CAKE . 'Config' . DS . 'routes.php';

View file

@ -38,7 +38,7 @@
CakePlugin::routes(); CakePlugin::routes();
/** /**
* Load the CakePHP default routes. Remove this if you do not want to use * Load the CakePHP default routes. Only remove this if you do not want to use
* the built-in default routes. * the built-in default routes.
*/ */
require CAKE . 'Config' . DS . 'routes.php'; require CAKE . 'Config' . DS . 'routes.php';