aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.inc.php')
-rw-r--r--inc/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index deebdc0..bc38b24 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -181,7 +181,7 @@ function plugins_list($host, $selected_plugins = array()) {
181 181
182 # other plugins 182 # other plugins
183 foreach($plugins as $plugin) { 183 foreach($plugins as $plugin) {
184 if (!in_array($plugin, $CONFIG['overview'])) { 184 if (in_array($plugin, $CONFIG['allowed'])) {
185 printf("<li><a %shref=\"%shost.php?h=%s&amp;p=%s\">%s</a></li>\n", 185 printf("<li><a %shref=\"%shost.php?h=%s&amp;p=%s\">%s</a></li>\n",
186 selected_plugin($plugin, $selected_plugins), 186 selected_plugin($plugin, $selected_plugins),
187 htmlentities($CONFIG['weburl']), 187 htmlentities($CONFIG['weburl']),