Skip to content

Commit

Permalink
Removing duplicated section.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 13, 2009
1 parent 360ea2a commit ffbd6f5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions app/config/core.php
Expand Up @@ -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.
*
Expand All @@ -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'));

Expand Down

0 comments on commit ffbd6f5

Please sign in to comment.