Update index.py

pull/700/head
Mr Chen 3 months ago
parent ab0fb063cf
commit 7a3d554d6c
  1. 2
      plugins/phpldapadmin/index.py

@ -160,7 +160,7 @@ def initCfg():
cfg = getServerDir() + "/cfg.json"
if not os.path.exists(cfg):
data = {}
data['port'] = '888'
data['port'] = '988'
data['choose'] = 'mysql'
data['path'] = ''
data['username'] = 'admin'

Loading…
Cancel
Save