diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 19:07:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 19:07:21 +0000 |
commit | 178ffd23c68e3afdd67186ac2b9c3d99e0ea8253 (patch) | |
tree | 57948bb694f7b07a24be69f60ed2f7405edf9ac9 /freeswitch-controller.lua | |
parent | 435378557b71bc71a0e5caed5a8c335b28f98a00 (diff) | |
download | acf-freeswitch-178ffd23c68e3afdd67186ac2b9c3d99e0ea8253.tar.bz2 acf-freeswitch-178ffd23c68e3afdd67186ac2b9c3d99e0ea8253.tar.xz |
Added reloadxml function
Diffstat (limited to 'freeswitch-controller.lua')
-rw-r--r-- | freeswitch-controller.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/freeswitch-controller.lua b/freeswitch-controller.lua index 6b459cd..607d718 100644 --- a/freeswitch-controller.lua +++ b/freeswitch-controller.lua @@ -27,3 +27,7 @@ end function deletefile(self) return self:redirect_to_referrer(self.model.deletefile(self.clientdata.filename)) end + +function reloadxml(self) + return self:redirect_to_referrer(self.model.reload_xml()) +end |