From c971aa7ef22042dcf44558e9c3d4984b1b2c1a66 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 5 Jan 2009 01:47:04 +0000 Subject: [PATCH] ENHANCEMENT Removed /silverstripe URL alias for CMS interface to allow for pages named "silverstripe" (see #3267) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69660 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index dd9579f0..ddd6db04 100644 --- a/_config.php +++ b/_config.php @@ -7,7 +7,6 @@ */ Director::addRules(50, array( 'processes//$Action/$ID/$Batch' => 'BatchProcess_Controller', - 'silverstripe' => '->admin', 'cms' => '->admin', 'admin/help//$Action/$ID' => 'CMSHelp', 'admin/ReportField//$Action/$ID/$Type/$OtherID' => 'ReportField_Controller',