Update index.py

pull/118/head
midoks 3 years ago
parent 5d8c320b81
commit 715ff7346f
  1. 4
      plugins/php/index.py

@ -292,8 +292,8 @@ def stop(version):
if version == '52':
file = initReplace(version)
data = mw.execShell(file + ' ' + 'stop')
if data[1] == '':
return 'ok'
if data[1] == '':
return 'ok'
return status

Loading…
Cancel
Save