diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/txt_board.html | 2 | ||||
-rwxr-xr-x | cgi/weabot.py | 2 |
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(), |