Zend Plugin works only in one module

remaincxxt

New Member
I have created a plugin, that ckecks authorization status and gives access for using application. This plugin works fine, but in whole project. I want to make it works only in admin module. How can I do this?I have defined plugin in application.ini:\[code\]resources.frontController.plugins.authcheck = Application_Plugin_AuthCheck\[/code\]Thanks for your help.
 
Back
Top