mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Display installed ejabberd version in webadmin footer (#3272)
This commit is contained in:
parent
44528d3fef
commit
e94b89a57d
@ -340,6 +340,7 @@ make_xhtml(Els, Host, Node, Lang, JID, Level) ->
|
||||
[?XAE(<<"div">>, [{<<"id">>, <<"copyright">>}],
|
||||
[?XE(<<"p">>,
|
||||
[?AC(<<"https://www.ejabberd.im/">>, <<"ejabberd">>),
|
||||
?C(<<" ">>), ?C(ejabberd_option:version()),
|
||||
?C(<<" (c) 2002-2020 ">>),
|
||||
?AC(<<"https://www.process-one.net/">>, <<"ProcessOne, leader in messaging and push solutions">>)]
|
||||
)])])])]}}.
|
||||
|
Loading…
Reference in New Issue
Block a user