I have a single install of CKFinder on my server (asp). I am calling it from two different applications. App 1 I want "basket" and when CKFinder is called with App 2 I want basket removed.
I know I can put config.removePlugins = 'basket'; in config.js but that would apply to both applications.
How can I specify a different config file when application 2 calls for CKfinder? Is there something I can do in CKFinder.asp based on the path? Another method?