summaryrefslogtreecommitdiffstats
path: root/mysql-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-10-31 18:56:05 +0000
committerTed Trask <ttrask01@yahoo.com>2015-10-31 18:56:05 +0000
commitd9397d5fd90208b20c0cb44872a4c596b61f036d (patch)
tree137ea87b6ae791a50008684a8e8509c8dd3b377d /mysql-controller.lua
parentf10b9da4c1d0cea22ae81850b5269a986221a640 (diff)
downloadacf-mariadb-d9397d5fd90208b20c0cb44872a4c596b61f036d.tar.bz2
acf-mariadb-d9397d5fd90208b20c0cb44872a4c596b61f036d.tar.xz
Modify logfile to use common view
Diffstat (limited to 'mysql-controller.lua')
-rw-r--r--mysql-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-controller.lua b/mysql-controller.lua
index c504167..5d26d6a 100644
--- a/mysql-controller.lua
+++ b/mysql-controller.lua
@@ -18,6 +18,10 @@ function mymodule.expert(self)
return self.handle_form(self, self.model.getfiledetails, self.model.updatefiledetails, self.clientdata, "Save", "Edit MariaDB File", "File Saved")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
-- Use acf-db to allow editing of the database
dbcontrollerfunctions = require("dbcontrollerfunctions")
for n,f in pairs(dbcontrollerfunctions) do