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