aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar neptune 2022-12-23 03:15:50 -0300
committerLibravatar Choom 2022-12-23 03:53:52 -0300
commit9e1eeedd0a8def8977f371c888826d91829b13ab (patch)
treeb1dfc320ad216ad1575566324b672ddfdecc0e35
parentd19973f467066d00c5f9cfd0f250bbb7439d6338 (diff)
downloadweabot-9e1eeedd0a8def8977f371c888826d91829b13ab.tar.gz
weabot-9e1eeedd0a8def8977f371c888826d91829b13ab.tar.xz
weabot-9e1eeedd0a8def8977f371c888826d91829b13ab.zip
Cambio de FastCGI a bjoern
-rw-r--r--cgi/templates/txt_board.html2
-rwxr-xr-xcgi/weabot.py2
2 files changed, 2 insertions, 2 deletions
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 @@
</div>
</div>
<center id="footer">
- <a href="/" target="_top">Bienvenido a Internet BBS/IB</a> weabot.py <?py include('templates/revision.html') ?> + FastCGI + tenjin
+ <a href="/" target="_top">Bienvenido a Internet BBS/IB</a> weabot.py3 <?py include('templates/revision.html') ?> + bjoern + tenjin
<br />
No se ponga sensible, baisano...
</center>
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(),