From ffbd6f5dc81534366b64f09e2c03afb9c6c2de52 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 13 Nov 2009 10:26:57 -0500 Subject: [PATCH] Removing duplicated section. --- app/config/core.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index dde3ee4b2..3deed81c8 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -70,21 +70,11 @@ //Configure::write('App.baseUrl', env('SCRIPT_NAME')); /** - * Uncomment the define below to use CakePHP admin routes. + * Uncomment the define below to use CakePHP prefix routes. * * The value of the define determines the names of the routes * and their associated controller actions: * - * 'admin' -> admin_index() and /admin/controller/index - * 'superuser' -> superuser_index() and /superuser/controller/index - * - * [Note Routing.admin is deprecated in 1.3. Use Routing.prefixes instead] - */ - //Configure::write('Routing.prefixes', array('admin')); - -/** - * Uncomment the define below to use CakePHP prefix routes. - * * Set to an array of prefixes you want to use in your application. Use for * admin or other prefixed routes. * @@ -93,6 +83,8 @@ * Enables: * `admin_index()` and `/admin/controller/index` * `manager_index()` and `/manager/controller/index` + * + * [Note Routing.admin is deprecated in 1.3. Use Routing.prefixes instead] */ //Configure::write('Routing.prefixes', array('admin'));