diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2011-10-01 15:23:23 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2011-10-01 15:23:23 +0000 |
commit | b305554cc566f41cb4e3b707ff9e3fa41cea3533 (patch) | |
tree | 98d4e2e10590219f3f5cb3bdb63d9d1fbd250db7 /lighttpd-controller.lua | |
parent | 4aa007e7d9c4d1c58b9e80cb375a6bd92661072a (diff) | |
download | acf-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.lua | 5 |
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) |