diff options
author | TDavis | 2019-03-30 05:07:13 -0300 |
---|---|---|
committer | TDavis | 2019-03-30 05:07:13 -0300 |
commit | fe76402c6d2b60d00cb870b67bed4eeaf90f1138 (patch) | |
tree | 0d3cdfffbd8aae6a9538f36944856ffd786c35fb /cgi/weabot.py | |
parent | 95148eaa7d125704796a4a32e7ff3cef83c5f1d9 (diff) | |
download | weabot-fe76402c6d2b60d00cb870b67bed4eeaf90f1138.tar.gz weabot-fe76402c6d2b60d00cb870b67bed4eeaf90f1138.tar.xz weabot-fe76402c6d2b60d00cb870b67bed4eeaf90f1138.zip |
m
Diffstat (limited to 'cgi/weabot.py')
-rwxr-xr-x | cgi/weabot.py | 3 |
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"]), |