Update index.py

pull/109/head
midoks 3 years ago
parent d576e965dd
commit 64536145be
  1. 4
      plugins/php/index.py

@ -302,6 +302,8 @@ def initdInstall(version):
return "Apple Computer does not support"
mw.execShell('systemctl enable php' + version)
if data[0] == '':
return 'fail'
return 'ok'
@ -310,6 +312,8 @@ def initdUinstall(version):
return "Apple Computer does not support"
mw.execShell('systemctl disable php' + version)
if data[0] == '':
return 'fail'
return 'ok'

Loading…
Cancel
Save