From d66290269d4709fe2d909284801f31669aa26f74 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 31 Aug 2023 22:17:50 -0400 Subject: pre tag updates --- back-end/src/CMNextEntry.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'back-end/src/CMNextEntry.cs') diff --git a/back-end/src/CMNextEntry.cs b/back-end/src/CMNextEntry.cs index 2800c08..4041122 100644 --- a/back-end/src/CMNextEntry.cs +++ b/back-end/src/CMNextEntry.cs @@ -75,8 +75,8 @@ namespace Content.Publishing.Blog.Admin Your server is now running at the following locations: {0} -****************************************************************************** -"; +******************************************************************************"; + string[] interfaces = HostConfig.GetProperty("virtual_hosts") .EnumerateArray() .Select(e => -- cgit