mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Change string in WebAdmin to reuse an existing one
This commit is contained in:
parent
8cd0894ad5
commit
415a50921f
@ -1036,7 +1036,7 @@ process_admin(global,
|
|||||||
auth = {_, _Auth, AJID},
|
auth = {_, _Auth, AJID},
|
||||||
lang = Lang}) ->
|
lang = Lang}) ->
|
||||||
Res = list_vhosts(Query, Lang, AJID),
|
Res = list_vhosts(Query, Lang, AJID),
|
||||||
make_xhtml(?H1GL(?T("ejabberd virtual hosts"), "hostnames", "Host Names") ++ Res, global, Lang, AJID);
|
make_xhtml(?H1GL(?T("Virtual Hosts"), "hostnames", "Host Names") ++ Res, global, Lang, AJID);
|
||||||
|
|
||||||
process_admin(Host,
|
process_admin(Host,
|
||||||
#request{
|
#request{
|
||||||
|
Loading…
Reference in New Issue
Block a user