File

.busted @ 9399:ec60e74fd9bb

mod_admin_adhoc: Remove unused loop variables [luacheck]
author Kim Alvefur <zash@zash.se>
date Sun, 30 Sep 2018 13:37:51 +0200
parent 9374:a1a39d395260
child 9452:9d892b2415bf
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh";
  },
  bosh = {
    tags = "mod_bosh";
  }
}