Update index.py

pull/618/head
Mr Chen 10 months ago
parent ab939aa359
commit ae4db462b0
  1. 2
      plugins/zabbix/index.py

@ -195,6 +195,8 @@ def getInstalledPhpConfDir():
return pt + ver[0:1]+'.'+ver[1:2]
if pt == 'php':
return pt + '-' + ver
if pt == 'php-yum':
return pt + '-' + ver
return pt + ver
return 'php-80'

Loading…
Cancel
Save