summaryrefslogtreecommitdiffstats
path: root/app/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/server.go')
-rw-r--r--app/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/server.go b/app/server.go
index c3bcd562d..ebea049f3 100644
--- a/app/server.go
+++ b/app/server.go
@@ -189,7 +189,7 @@ func StartServer() {
}()
}
- if *utils.Cfg.PluginSettings.Enable {
+ if utils.IsLicensed() && *utils.License().Features.FutureFeatures && *utils.Cfg.PluginSettings.Enable {
StartupPlugins("plugins", "webapp/dist")
}