pull/601/head
Mr Chen 11 months ago
parent 90900b1589
commit eafa053e21
  1. 4
      plugins/php-apt/index.py
  2. 4
      plugins/php-yum/index.py

@ -830,11 +830,11 @@ def uninstallLib(version):
return mw.returnJson(False, '卸载错误信息!:' + data[1])
def getConfAppStart():
pstart = mw.getServerDir() + '/php/app_start.php'
pstart = mw.getServerDir() + '/php-apt/app_start.php'
return pstart
def opcacheBlacklistFile():
op_bl = mw.getServerDir() + '/php/opcache-blacklist.txt'
op_bl = mw.getServerDir() + '/php-apt/opcache-blacklist.txt'
return op_bl
def installPreInspection(version):

@ -803,11 +803,11 @@ def uninstallLib(version):
return mw.returnJson(False, '卸载错误信息!:' + data[1])
def getConfAppStart():
pstart = mw.getServerDir() + '/php/app_start.php'
pstart = mw.getServerDir() + '/php-yum/app_start.php'
return pstart
def opcacheBlacklistFile():
op_bl = mw.getServerDir() + '/php/opcache-blacklist.txt'
op_bl = mw.getServerDir() + '/php-yum/opcache-blacklist.txt'
return op_bl
def installPreInspection(version):

Loading…
Cancel
Save