Mercurial > prosody-modules
diff mod_admin_web/admin_web/mod_admin_web.lua @ 333:8821a772799a
Merge
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 03 Feb 2011 23:57:54 +0100 |
parents | 73001ddff453 |
children | 8cb21ef24e5d |
line wrap: on
line diff
--- a/mod_admin_web/admin_web/mod_admin_web.lua Thu Feb 03 23:57:37 2011 +0100 +++ b/mod_admin_web/admin_web/mod_admin_web.lua Thu Feb 03 23:57:54 2011 +0100 @@ -29,7 +29,7 @@ local service = {}; -local http_base = (prosody.paths.plugins or "./plugins/") .. "admin_web/www_files"; +local http_base = (prosody.paths.plugins or "./plugins") .. "/admin_web/www_files"; local xmlns_adminsub = "http://prosody.im/adminsub"; local xmlns_c2s_session = "http://prosody.im/streams/c2s";