summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-21 20:55:44 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-21 20:55:44 +0000
commit53ad85293ab35782754cea090e1ed35a4da780ea (patch)
tree909a963a3b21660b713a4352864c49f48b1487d5
parente7da5b6491cd46270957205049c272e3c46416f0 (diff)
downloadacf-alpine-baselayout-53ad85293ab35782754cea090e1ed35a4da780ea.tar.bz2
acf-alpine-baselayout-53ad85293ab35782754cea090e1ed35a4da780ea.tar.xz
Ted's Logon/permissions changes
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--health-controller.lua8
-rw-r--r--template-logfiles-download-html.lsp2
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 @@
-<? local pageinfo , mainmenu, submenu, viewtable, session = ...
+<? local pageinfo , viewtable, session = ...
html=require("html") ?>
Status: 200 OK
Content-Type: application/octet-stream