diff options
Diffstat (limited to 'cgi/templates/bansconf')
-rw-r--r-- | cgi/templates/bansconf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cgi/templates/bansconf b/cgi/templates/bansconf deleted file mode 100644 index 07e8afd..0000000 --- a/cgi/templates/bansconf +++ /dev/null @@ -1,7 +0,0 @@ -<?py for board, ips in bans.iteritems(): ?> -location /#{board}/ { - <?py for ip in ips: ?> - deny #{ip}; - <?py #endfor ?> -} -<?py #endfor ?> |