diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-10-30 15:14:11 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-10-30 15:14:11 +0000 |
commit | 8e14e610cb2cc21eb05808074036a7bf8edaa3c1 (patch) | |
tree | 09be3efa967e9f6cc7f2f49c9402bd2e97821007 /ipsectools-controller.lua | |
parent | 30a0990f37d1e968215687b8b8c96d145237af42 (diff) | |
download | acf-ipsec-tools-8e14e610cb2cc21eb05808074036a7bf8edaa3c1.tar.bz2 acf-ipsec-tools-8e14e610cb2cc21eb05808074036a7bf8edaa3c1.tar.xz |
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'ipsectools-controller.lua')
-rw-r--r-- | ipsectools-controller.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipsectools-controller.lua b/ipsectools-controller.lua index 85bcab6..e5f183c 100644 --- a/ipsectools-controller.lua +++ b/ipsectools-controller.lua @@ -38,4 +38,8 @@ function mymodule.viewcert(self) return self.handle_form(self, self.model.get_view_cert, self.model.view_cert, self.clientdata, "View", "View Certificate") end +function mymodule.logfile(self) + return self.model.get_logfile(self, self.clientdata) +end + return mymodule |