I don't see any reason for showing zabbix version in php frontend and I see many reasons to hide it (security, mainly).
To hide php frontend version you have to modify line 91 of include/page_footer.php from this:
S_ZABBIX.SPACE.ZABBIX_VERSION.SPACE.S_COPYRIGHT_BY .SPACE.S_SIA_ZABBIX,
to this:
S_ZABBIX.SPACE.S_COPYRIGHT_BY.SPACE.S_SIA_ZABBIX,
I think this will help to strengthen zabbix and make it more secure.
To hide php frontend version you have to modify line 91 of include/page_footer.php from this:
S_ZABBIX.SPACE.ZABBIX_VERSION.SPACE.S_COPYRIGHT_BY .SPACE.S_SIA_ZABBIX,
to this:
S_ZABBIX.SPACE.S_COPYRIGHT_BY.SPACE.S_SIA_ZABBIX,
I think this will help to strengthen zabbix and make it more secure.

Comment