diff --git a/pandora_console/godmode/servers/plugin.php b/pandora_console/godmode/servers/plugin.php index 47851469c3..7a15eb4e8c 100644 --- a/pandora_console/godmode/servers/plugin.php +++ b/pandora_console/godmode/servers/plugin.php @@ -275,7 +275,7 @@ if ($filemanager) { 'label' => __('Servers'), ], [ - 'link' => '&filemanager=1', + 'link' => '', 'label' => __('Plugins'), ], ] @@ -456,7 +456,7 @@ if (($create != '') || ($view != '')) { $data[0] = __('Plugin command').ui_print_help_tip(__('Specify interpreter and plugin path. The server needs permissions to run it.'), true); $data[1] = ''; - $data[1] .= ' '; + $data[1] .= ' '; $data[1] .= html_print_image('images/file.png', true, ['class' => 'invert_filter'], false, true); $data[1] .= ''; $table->data['plugin_command'] = $data; @@ -702,7 +702,7 @@ if (($create != '') || ($view != '')) { 'label' => __('Servers'), ], [ - 'link' => '&filemanager=1', + 'link' => '', 'label' => __('Plugins'), ], ]