mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed CMSMain routing
This commit is contained in:
parent
5f59b3a3c9
commit
c142442e83
@ -4,7 +4,6 @@ Director::addRules(50, array(
|
||||
'processes//$Action/$ID/$Batch' => 'BatchProcess_Controller',
|
||||
'admin/help//$Action/$ID' => 'CMSHelp',
|
||||
'admin/bulkload//$Action/$ID/$OtherID' => 'BulkLoaderAdmin',
|
||||
'admin/cms//$Action/$ID/$OtherID' => 'CMSMain',
|
||||
'dev/buildcache/$Action' => 'RebuildStaticCacheTask',
|
||||
));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user