summaryrefslogtreecommitdiffstats
path: root/mysql-controller.lua
diff options
context:
space:
mode:
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