manilaSuite.plugins.getList
Add support for #security scripts in plug-ins, thus permitting the host owner to control which plugins are visible to each manila website. This is important for hosting setes that want to charge for some plugins.
I provide a controlpanel addon in bayly.root to maintain a set of booleans in config.manilaPlugins.[pluginname].[websitename], which is one way to standardise access control.
Amended script follows
| on getList (flIncludeHiddenPlugins=false) |
| |
local (pta = html.getPageTableAddress ()) |
| |
local (adrPlugins = manilaSuite.plugins.getRegisteredPluginsAddress ()) |
| |
for adrItem in adrPlugins |
Relative to Frontier version 9.7b10
|