diff options
-rw-r--r-- | health-controller.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/health-controller.lua b/health-controller.lua index a6f18b2..c1ab2c0 100644 --- a/health-controller.lua +++ b/health-controller.lua @@ -1,21 +1,7 @@ module (..., package.seeall) ---[[ -local list_redir = function (self) - self.conf.action = "system" - self.conf.type = "redir" - error (self.conf) -end mvc={} mvc.on_load = function(self, parent) - if (self.worker[self.conf.action] == nil ) or ( self.conf.action == "init" ) then - self.worker[self.conf.action] = list_redir(self) - end -end ---]] -mvc={} -mvc.on_load = function(self, parent) - --self.worker[self.conf.default_action] = "system" self.conf.default_action = "system" end |