aboutsummaryrefslogtreecommitdiff
path: root/cgi/weabot.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/weabot.py')
-rwxr-xr-xcgi/weabot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgi/weabot.py b/cgi/weabot.py
index 237a944..3bcef7b 100755
--- a/cgi/weabot.py
+++ b/cgi/weabot.py
@@ -318,8 +318,7 @@ class weabot(object):
expire = ""
template_values = {
- 'cgi_url': Settings.CGI_URL,
- 'return_board': path_split[2],
+ #'return_board': path_split[2],
'boards_str': boards_str,
'reason': ban['reason'],
'added': formatTimestamp(ban["added"]),