I have a line in the application.ini file (in the section):
resources.frontController.plugins.xxx = "Myname_Controller_Plugin_Xxx"
And I want this plugin to be in production mode only, so my question is: how can I unregister this plugin in the development section?
peter source
share