diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
commit | 6504a118dfe134778d6a57e957d89f7f4107b05b (patch) | |
tree | c6b286cee34a0fe01404958cf105f121a36a0af3 | |
parent | cf8f8a8b872dd5e36ac47d72d42b2dcd73b92298 (diff) | |
download | acf-ipsec-tools-6504a118dfe134778d6a57e957d89f7f4107b05b.tar.bz2 acf-ipsec-tools-6504a118dfe134778d6a57e957d89f7f4107b05b.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/ipsec-tools/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | ipsectools-controller.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipsectools-controller.lua b/ipsectools-controller.lua index ee54208..05941db 100644 --- a/ipsectools-controller.lua +++ b/ipsectools-controller.lua @@ -27,8 +27,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 |