diff options
author | Kim Alvefur <zash@zash.se> | 2012-11-25 05:12:13 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-11-25 05:12:13 +0100 |
commit | bfd3085f782460b3f45f99c48961e974858d2237 (patch) | |
tree | a9ebafe6d9fb94de06b1f494b0ddad224f284c02 /plugins/mod_admin_adhoc.lua | |
parent | d5176c487ce843f40d85a2d90b300c34c6bca1ef (diff) | |
download | prosody-bfd3085f782460b3f45f99c48961e974858d2237.tar.gz prosody-bfd3085f782460b3f45f99c48961e974858d2237.zip |
mod_admin_adhoc: Remove unused form
Diffstat (limited to 'plugins/mod_admin_adhoc.lua')
-rw-r--r-- | plugins/mod_admin_adhoc.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/mod_admin_adhoc.lua b/plugins/mod_admin_adhoc.lua index aa1af3ff..9f3175d0 100644 --- a/plugins/mod_admin_adhoc.lua +++ b/plugins/mod_admin_adhoc.lua @@ -212,15 +212,6 @@ function end_user_session_handler(self, data, state) end end -local end_user_session_layout = dataforms_new{ - title = "Ending a User Session"; - instructions = "Fill out this form to end a user's session."; - - { name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/admin" }; - { name = "accountjids", type = "jid-multi", label = "The Jabber ID(s) for which to end sessions" }; -}; - - function get_user_password_handler(self, data, state) local get_user_password_layout = dataforms_new{ title = "Getting User's Password"; |