Update index.py

pull/535/head
Mr Chen 1 year ago
parent 4351367e32
commit a03d4e7dda
  1. 5
      plugins/phpmyadmin/index.py

@ -452,8 +452,11 @@ def installVersion():
def pluginsDBSupport():
data = {}
data['status'] = status()
data['cfg'] = getCfg()
if (data['status'] == 'stop'):
return mw.returnJson(True, 'ok', data)
data['cfg'] = getCfg()
port = getPort()
ip = '127.0.0.1'
if not mw.isAppleSystem():

Loading…
Cancel
Save