From 9e1eeedd0a8def8977f371c888826d91829b13ab Mon Sep 17 00:00:00 2001 From: neptune Date: Fri, 23 Dec 2022 03:15:50 -0300 Subject: Cambio de FastCGI a bjoern --- cgi/templates/txt_board.html | 2 +- cgi/weabot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi') diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index 88e4478..3e279fc 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -152,7 +152,7 @@ diff --git a/cgi/weabot.py b/cgi/weabot.py index 9a61acb..dfa9de6 100755 --- a/cgi/weabot.py +++ b/cgi/weabot.py @@ -1043,7 +1043,7 @@ class weabot(object): if self.environ.get('FCGI_FORCE_CGI', 'N').upper().startswith('Y'): python_version += " (CGI)" else: - python_version += " (FastCGI)" + python_version += " (bjoern)" out = { "uname": platform.uname(), -- cgit v1.2.1-18-gbd029