mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: remove director rule for removed Image_Uploader in r77012
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95042 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bc80c1eff3
commit
341ff475bb
@ -23,7 +23,6 @@ Director::addRules(10, array(
|
|||||||
//'Security/$Action/$ID' => 'Security',
|
//'Security/$Action/$ID' => 'Security',
|
||||||
'db//$Action' => 'DatabaseAdmin',
|
'db//$Action' => 'DatabaseAdmin',
|
||||||
'$Controller//$Action/$ID/$OtherID' => '*',
|
'$Controller//$Action/$ID/$OtherID' => '*',
|
||||||
'images' => 'Image_Uploader',
|
|
||||||
'' => 'RootURLController',
|
'' => 'RootURLController',
|
||||||
'api/v1/live' => 'VersionedRestfulServer',
|
'api/v1/live' => 'VersionedRestfulServer',
|
||||||
'api/v1' => 'RestfulServer',
|
'api/v1' => 'RestfulServer',
|
||||||
|
Loading…
Reference in New Issue
Block a user