Jump to content

Question

Posted

we are working in a plugin, and from admin area we have the fallowing url that is not working, and always return to the admin dashboard
 

admin/plugin/my_plugin/admin_partners/getImages/1/logo.png  => redirect to admins dashboard

admin/plugin/my_plugin/admin_partners/getImages/1/sdsdsds.jpg => redirect to admins dashboard

admin/plugin/my_plugin/admin_partners/getImages/1/logo  => no redirect

is there any function in the core that prevent such url ?

 

2 answers to this question

Recommended Posts

  • 0
Posted
5 hours ago, Blesta Addons said:

is there any function in the core that prevent such url ?

No, not that I'm aware of. Might have something to do with the AdminPartners controller in your plugin?

  • 0
Posted
5 hours ago, Tyson said:

No, not that I'm aware of. Might have something to do with the AdminPartners controller in your plugin? 

Nothing, and this impact also another controller that is not AdminPartners

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...