summaryrefslogtreecommitdiffstats
path: root/clamsmtp-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'clamsmtp-controller.lua')
-rw-r--r--clamsmtp-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/clamsmtp-controller.lua b/clamsmtp-controller.lua
index e51af13..c9475a0 100644
--- a/clamsmtp-controller.lua
+++ b/clamsmtp-controller.lua
@@ -18,4 +18,8 @@ function mymodule.expert(self)
return self.handle_form(self, self.model.get_filedetails, self.model.update_filedetails, self.clientdata, "Save", "Edit ClamSMTP Config", "Configuration Set")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule