summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 2cf4af22e..ca58ea6c5 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -18,6 +18,7 @@
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
$params["theme"] = get_pref("USER_CSS_THEME", false, false);
+ $params["plugins"] = implode(", ", PluginHost::getInstance()->get_plugin_names());
$params["php_platform"] = PHP_OS;
$params["php_version"] = PHP_VERSION;