Update IP ban management

This commit is contained in:
2022-01-17 12:37:37 +01:00
parent 3a9379cbfb
commit cfee28a762
6 changed files with 97 additions and 58 deletions

View File

@@ -13,14 +13,11 @@ onMount(() => {
return
}
switch (Math.floor(Math.random()*3)) {
switch (Math.floor(Math.random()*2)) {
case 0:
set_ad_type("aads")
break
case 1:
set_ad_type("ads.plus")
break
case 2:
case 1:
set_ad_type("valueimpression")
break
}