diff --git a/plugins/zabbix/index.py b/plugins/zabbix/index.py index c439f9aa1..0527cf12e 100755 --- a/plugins/zabbix/index.py +++ b/plugins/zabbix/index.py @@ -220,9 +220,9 @@ def zabbixNginxConf(): return mw.getServerDir()+'/web_conf/nginx/vhost/zabbix.conf' def zabbixPhpConf(): - ver = getInstallVerion() - if ver == '6.0': - return '/usr/share/zabbix/conf/zabbix.conf.php' + # ver = getInstallVerion() + # if ver == '6.0': + # return '/usr/share/zabbix/conf/zabbix.conf.php' return '/etc/zabbix/web/zabbix.conf.php' def zabbixServerConf():