summaryrefslogtreecommitdiffstats
path: root/lighttpd-controller.lua
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:23:23 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:23:23 +0000
commitb305554cc566f41cb4e3b707ff9e3fa41cea3533 (patch)
tree98d4e2e10590219f3f5cb3bdb63d9d1fbd250db7 /lighttpd-controller.lua
parent4aa007e7d9c4d1c58b9e80cb375a6bd92661072a (diff)
downloadacf-lighttpd-b305554cc566f41cb4e3b707ff9e3fa41cea3533.tar.bz2
acf-lighttpd-b305554cc566f41cb4e3b707ff9e3fa41cea3533.tar.xz
Fix typos and correct paths to config and log files
Diffstat (limited to 'lighttpd-controller.lua')
-rw-r--r--lighttpd-controller.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lighttpd-controller.lua b/lighttpd-controller.lua
index 72da42e..f664b57 100644
--- a/lighttpd-controller.lua
+++ b/lighttpd-controller.lua
@@ -22,10 +22,7 @@ function listfiles(self)
end
function expert(self)
- return controllerfunctions.handle_form(self, function() return
-self.model.getfiledetails(self.clientdata.filename) end,
-self.model.updatefiledetails, self.clientdata, "Save", "Edit Lighttpd
-File", "File Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit ClamAV File", "File Saved")
end
function logfile(self)