ENHANCEMENT Removed /cms URL alias for CMS interface to allow for pages named "cms" (see #3267)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69661 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-01-05 01:49:30 +00:00 committed by Sam Minnee
parent c971aa7ef2
commit ba74dea6f5

View File

@ -7,7 +7,6 @@
*/
Director::addRules(50, array(
'processes//$Action/$ID/$Batch' => 'BatchProcess_Controller',
'cms' => '->admin',
'admin/help//$Action/$ID' => 'CMSHelp',
'admin/ReportField//$Action/$ID/$Type/$OtherID' => 'ReportField_Controller',
'admin/bulkload//$Action/$ID/$OtherID' => 'BulkLoaderAdmin',