summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lbu-controller.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lbu-controller.lua b/lbu-controller.lua
index 060a7b8..38c4d36 100644
--- a/lbu-controller.lua
+++ b/lbu-controller.lua
@@ -3,10 +3,7 @@ module(..., package.seeall)
-- ################################################################################
-- PUBLIC FUNCTIONS
-mvc={}
-function mvc.on_load (self, parent)
- self.conf.default_action = "status"
-end
+default_action = "status"
function status (self)
local cmd = self.clientdata.cmd