Update index.py

pull/445/head
midoks 2 years ago
parent 5490197b8a
commit 43d0b75d98
  1. 2
      plugins/php/index.py

@ -39,7 +39,7 @@ def getServerDir():
def getInitDFile(version):
current_os = mw.getOs()
if getOs() == 'darwin':
if current_os == 'darwin':
return '/tmp/' + getPluginName()
if current_os.startswith('freebsd'):

Loading…
Cancel
Save