summaryrefslogtreecommitdiffstats
path: root/lighttpd-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-10-03 15:09:42 +0000
committerTed Trask <ttrask01@yahoo.com>2011-10-03 15:09:42 +0000
commit18cc5a93c6f68aafac26577a240af886e3dad1ea (patch)
tree21f200464e699dff090176c37f9f6088e463c3d0 /lighttpd-model.lua
parent18fd5f9c71f31fc75cfa47b17d0bc550ed73541d (diff)
downloadacf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.bz2
acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.xz
Removed details action
Diffstat (limited to 'lighttpd-model.lua')
-rw-r--r--lighttpd-model.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lighttpd-model.lua b/lighttpd-model.lua
index b8c08e5..6e04c88 100644
--- a/lighttpd-model.lua
+++ b/lighttpd-model.lua
@@ -26,10 +26,6 @@ function getstatus()
return modelfunctions.getstatus(processname, packagename, "Lighttpd Status")
end
-function getstatusdetails()
- return cfe({ type="longtext", value="", label="Lighttpd Status Details" })
-end
-
function getfilelist()
local listed_files = {}