From ba74dea6f5036078467f5b6298212b5f63bf2c69 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 5 Jan 2009 01:49:30 +0000 Subject: [PATCH] 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 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index ddd6db04..bd78fcb9 100644 --- a/_config.php +++ b/_config.php @@ -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',