summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
commit5621e8f31db1a2396bd63f379b3d524371085953 (patch)
tree049f55fe5456f6a969377e1e2c8a390d3c38c19c
parent0e10e909ed7def4319f1e2cdab16e14621d3fca0 (diff)
downloadacf-dnscache-5621e8f31db1a2396bd63f379b3d524371085953.tar.bz2
acf-dnscache-5621e8f31db1a2396bd63f379b3d524371085953.tar.xz
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--dnscache-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/dnscache-controller.lua b/dnscache-controller.lua
index 05d4c3d..478f913 100644
--- a/dnscache-controller.lua
+++ b/dnscache-controller.lua
@@ -30,8 +30,6 @@ local function displaycmdmanagement(pidofstatus)
-- next CFE can be used to present the result of the previous action
management.actionresult = cfe({ name="actionresult",
label="Previous action result",
- descr="", --Content of this variable is displayed as <PRE> ... </PRE> in BLACK text
- errtxt="", --Content of this variable is displayed as <PRE> ... </PRE> in RED text
})
-- Disable management buttons based on if the process is running or not