From 4347543ef71c1a0bde7499c7d4c6df24f5fcdb91 Mon Sep 17 00:00:00 2001 From: zefie Date: Sun, 3 May 2026 15:15:27 -0400 Subject: [PATCH] don't expose version on pc services if hide_minisrv_config is true --- zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js index 786addf2..f4d1f4f3 100644 --- a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js +++ b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js @@ -1,15 +1,17 @@ const minisrv_service_file = true; +const title = minisrv_config.config.hide_minisrv_version ? "zefie's minisrv PC Services" : `zefie minisrv v${minisrv_config.version} PC Services`; + headers = `200 OK Content-Type: text/html` data = ` -zefie minisrv v${minisrv_config.version} +${title}

-Welcome to the zefie minisrv v${minisrv_config.version} PC Services +Welcome to ${title}


WebTV Viewer Generator