summaryrefslogtreecommitdiffstats
path: root/fetchmail-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-controller.lua')
-rw-r--r--fetchmail-controller.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail-controller.lua b/fetchmail-controller.lua
index 93776c8..fdb17aa 100644
--- a/fetchmail-controller.lua
+++ b/fetchmail-controller.lua
@@ -26,7 +26,6 @@ local function displaycmdmanagement(pidofstatus)
label="Program control-panel",
value="Start",
type="submit",
- descr="When starting or restarting BGP, the web-page will freeze for some reason!",
})
management.stop = cfe({ name="cmdmanagement",
label="Program control-panel",
@@ -99,7 +98,7 @@ function expert(self)
config.cmdsave = displaycmdsave()
---[[ -- Management buttons (Hide/show buttons
+---[[ -- Management buttons (Hide/show buttons
local pidofstatus
if (string.lower(status.status.value) == "enabled" ) then pidofstatus = true end
management = displaycmdmanagement(pidofstatus)