Update mw.py

pull/592/head
Mr Chen 11 months ago
parent 9d24d7024f
commit 5509a7b3ae
  1. 3
      class/core/mw.py

@ -1305,6 +1305,9 @@ def getClientIp():
def checkDomainPanel():
tmp = getHost()
domain = readFile('data/bind_domain.pl')
port = 7200
if os.path.exists('data/port.pl'):
port = readFile('data/port.pl').strip()
scheme = 'http'

Loading…
Cancel
Save