net/sslh: did someone actually test this? :P

This commit is contained in:
Franco Fichtner
2023-01-10 13:14:38 +01:00
parent 414679559d
commit 0b0c5b8dd4
+1 -2
View File
@@ -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';