summaryrefslogtreecommitdiffstats
path: root/shorewall-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 11:40:37 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 11:40:37 +0000
commit1c7304ac542c7e4983c4b6a3a515b8df3fe67515 (patch)
treee53f76d1e6354498f6b29b8c880bb943c3129372 /shorewall-controller.lua
parentcc4bf7ac97f1fdcc156ebe1f3547e678e8bd7311 (diff)
downloadacf-shorewall-1c7304ac542c7e4983c4b6a3a515b8df3fe67515.tar.bz2
acf-shorewall-1c7304ac542c7e4983c4b6a3a515b8df3fe67515.tar.xz
Removed check function as it is now handled in startstop
Diffstat (limited to 'shorewall-controller.lua')
-rw-r--r--shorewall-controller.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/shorewall-controller.lua b/shorewall-controller.lua
index 6b27c27..934e92c 100644
--- a/shorewall-controller.lua
+++ b/shorewall-controller.lua
@@ -22,10 +22,6 @@ function edit(self)
return self.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit File", "File Saved")
end
-function check(self)
- return self:redirect_to_referrer(self.model.configcheck())
-end
-
function logfile(self)
return self.model.getlogfile()
end