pull/420/head
midoks 2 years ago
parent 27999b21e6
commit a5a57c5718
  1. 2
      class/core/config_api.py
  2. 2
      class/core/mw.py

@ -27,7 +27,7 @@ from flask import request
class config_api:
__version = '0.14.5'
__version = '0.15.0.1'
__api_addr = 'data/api.json'
def __init__(self):

@ -1405,7 +1405,7 @@ def makeConf():
file = getRunDir() + '/data/json/config.json'
if not os.path.exists(file):
c = {}
c['title'] = '面板'
c['title'] = '面板'
c['home'] = 'http://github/midoks/mdserver-web'
c['recycle_bin'] = True
c['template'] = 'default'

Loading…
Cancel
Save