From 18c01f914e2129eb9289c945d180fb45bc53b0d8 Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 20 Aug 2022 11:21:59 +0900 Subject: [PATCH] Change the library name of the webserver to the correct one "eXented Lib" --- web/controllers_web_site.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/controllers_web_site.anubis b/web/controllers_web_site.anubis index eff966e..4383f11 100644 --- a/web/controllers_web_site.anubis +++ b/web/controllers_web_site.anubis @@ -151,7 +151,7 @@ define HTTP_Answer // content of page sequence([ - pre("Anubis Web Server - Standard Lib v1.19.0.0 - Anubis language v1.19"), + pre("Anubis Web Server - eXtended Lib v1.19.0.0 - Anubis language v1.19"), pre("Error "+to_String(http_status)), pre("Internal message :"+message), br, -- libgit2 0.21.4