From fc0cc711e84e211c818e7c6f034d13992aa05da1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 24 Apr 2008 20:31:58 +0000 Subject: Replaced all list_redir functions with redirect in mvc.lua, implemented a default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-controller.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'health-controller.lua') diff --git a/health-controller.lua b/health-controller.lua index c1ab2c0..fb7d4fb 100644 --- a/health-controller.lua +++ b/health-controller.lua @@ -1,9 +1,6 @@ module (..., package.seeall) -mvc={} -mvc.on_load = function(self, parent) - self.conf.default_action = "system" -end +default_action = "system" -- Public methods -- cgit v1.2.3