summaryrefslogtreecommitdiffstats
path: root/openssh-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-controller.lua')
-rw-r--r--openssh-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index 134a628..c37ddfa 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -38,4 +38,8 @@ function mymodule.addauth(self)
return self.handle_form(self, function() return self.model.get_auth(self.clientdata.user) end, self.model.create_auth, self.clientdata, "Add", "Add New Authorized Key", "Key Added")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule