Update index.py

pull/119/head
midoks 3 years ago
parent 3b0a21020b
commit 692da86677
  1. 4
      plugins/php/index.py

@ -556,8 +556,10 @@ def checkFpmStatusFile(version):
def getFpmStatus(version):
checkFpmStatusFile(version)
if version == '52':
return mw.returnJson(False, 'PHP[' + version + ']不支持!!!')
checkFpmStatusFile(version)
stat = status(version)
if stat == 'stop':
return mw.returnJson(False, 'PHP[' + version + ']未启动!!!')

Loading…
Cancel
Save