From 0b0c5b8dd4422c04fc0b09a232420767e6f00043 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 10 Jan 2023 13:14:38 +0100 Subject: [PATCH] net/sslh: did someone actually test this? :P --- net/sslh/src/etc/inc/plugins.inc.d/sslh.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc b/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc index d916fc9b6..071cfd2da 100644 --- a/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc +++ b/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc @@ -40,7 +40,6 @@ */ function sslh_services() { - // Create an array to be processed by www/status_services.php $service = array(); @@ -50,7 +49,7 @@ function sslh_services() // Only show the plugin if it's enabled. if (! ((string) $settings->enabled == '1')) { // return empty array if not enabled - return $services; + return $service; } $configd_name = 'sslh';