Update index_php_yum.py

pull/624/head
Mr Chen 8 months ago
parent 2df8355a33
commit 9106f3d2f5
  1. 2
      plugins/php-yum/index_php_yum.py

@ -48,7 +48,7 @@ def getInitDFile(version):
def getConf(version):
path = getServerDir() + '/' + version + '/etc/php.ini'
path = getServerDir() + '/php' + version + '/php.ini'
return path

Loading…
Cancel
Save