diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 15:09:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 15:09:42 +0000 |
commit | 18cc5a93c6f68aafac26577a240af886e3dad1ea (patch) | |
tree | 21f200464e699dff090176c37f9f6088e463c3d0 /lighttpd-model.lua | |
parent | 18fd5f9c71f31fc75cfa47b17d0bc550ed73541d (diff) | |
download | acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.bz2 acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.xz |
Removed details action
Diffstat (limited to 'lighttpd-model.lua')
-rw-r--r-- | lighttpd-model.lua | 4 |
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 = {} |