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-controller.lua | |
parent | 18fd5f9c71f31fc75cfa47b17d0bc550ed73541d (diff) | |
download | acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.bz2 acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.xz |
Removed details action
Diffstat (limited to 'lighttpd-controller.lua')
-rw-r--r-- | lighttpd-controller.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lighttpd-controller.lua b/lighttpd-controller.lua index dc7565d..d9f5d58 100644 --- a/lighttpd-controller.lua +++ b/lighttpd-controller.lua @@ -13,10 +13,6 @@ function startstop(self) return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata) end -function details(self) - return self.model.getstatusdetails() -end - function listfiles(self) return self.model.getfilelist() end |