From 53ad85293ab35782754cea090e1ed35a4da780ea Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 21 Apr 2008 20:55:44 +0000 Subject: Ted's Logon/permissions changes git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-controller.lua | 8 +++++++- template-logfiles-download-html.lsp | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/health-controller.lua b/health-controller.lua index 2ce32d4..a6f18b2 100644 --- a/health-controller.lua +++ b/health-controller.lua @@ -1,5 +1,5 @@ module (..., package.seeall) - +--[[ local list_redir = function (self) self.conf.action = "system" self.conf.type = "redir" @@ -12,6 +12,12 @@ mvc.on_load = function(self, parent) 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 -- Public methods diff --git a/template-logfiles-download-html.lsp b/template-logfiles-download-html.lsp index d5d3ec3..02c3e78 100644 --- a/template-logfiles-download-html.lsp +++ b/template-logfiles-download-html.lsp @@ -1,4 +1,4 @@ - Status: 200 OK Content-Type: application/octet-stream -- cgit v1.2.3