Display installed ejabberd version in webadmin footer (#3272)

This commit is contained in:
Badlop 2020-05-15 10:52:40 +02:00
parent 44528d3fef
commit e94b89a57d
1 changed files with 1 additions and 0 deletions

View File

@ -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">>)]
)])])])]}}.