summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Messias Cordeiro <alancordeiro@gmail.com>2013-12-16 10:13:50 +0000
committerAlan Messias Cordeiro <alancordeiro@gmail.com>2013-12-16 10:13:50 +0000
commitcc910aa04ee1dc635b2672eac5ad9008b537755d (patch)
treee97b083c18abf07af35d208e4de3da016ba5fb4b
parent3fad1fc9f424e1c16a6493b6b26861325d01b55f (diff)
downloadacf-openldap-1.0.tar.bz2
acf-openldap-1.0.tar.xz
Final releasev1.0
-rw-r--r--openldap-controller.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/openldap-controller.lua b/openldap-controller.lua
index c5154d6..36b8564 100644
--- a/openldap-controller.lua
+++ b/openldap-controller.lua
@@ -19,12 +19,4 @@ mymodule.expert = function(self)
return self.handle_form(self, self.model.get_filecontent, self.model.update_filecontent, self.clientdata, "Save", "Edit Config File", "Config File Saved")
end
-mymodule.manage = function(self)
- return self.handle_form(self, self.model.get_filecontent, self.model.update_filecontent, self.clientdata, "Save", "Edit Config File", "Config File Saved")
-end
-
-mymodule.viewconfig = function(self)
- return self.model.get_config()
-end
-
return mymodule