Update mw.py

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

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

Loading…
Cancel
Save