mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add event-hook for banning users
This commit is contained in:
parent
50c7bba6ea
commit
22fc4bb938
5 changed files with 49 additions and 9 deletions
|
@ -116,7 +116,7 @@ class Cfg(Namespace):
|
|||
ex = "ah_alg doctitle favico html_head lg_sbf log_fk md_sbf mth textfiles unlist R RS SR"
|
||||
ka.update(**{k: "" for k in ex.split()})
|
||||
|
||||
ex = "on403 on404 xad xar xau xbd xbr xbu xiu xm"
|
||||
ex = "on403 on404 xad xar xau xban xbd xbr xbu xiu xm"
|
||||
ka.update(**{k: [] for k in ex.split()})
|
||||
|
||||
super(Cfg, self).__init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue