【发布时间】:2015-01-22 03:37:17
【问题描述】:
我已经安装了 openfire 最新版本,但我想从我的设置中隐藏 openfire 版本和 openfire 名称。有可能吗?
【问题讨论】:
我已经安装了 openfire 最新版本,但我想从我的设置中隐藏 openfire 版本和 openfire 名称。有可能吗?
【问题讨论】:
是的,这是可能的。 Openfires Web-UI 基于 JSP,所以登录页面是一个可以编辑的 JSP 文件。这是 github 上文件的链接:https://github.com/igniterealtime/Openfire/blob/master/src/web/login.jsp
您必须删除第 281 - 283 行的 div。
在此之后,您必须重建 Openfire。我认为这可以帮助你: http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/source-build.html
【讨论】: