pull/221/head
midoks 3 years ago
parent 1c0a130b49
commit 1239a2807f
  1. 2
      class/core/mw.py
  2. 2
      cli.sh

@ -724,7 +724,7 @@ def checkIp(ip):
def checkPort(port):
# 检查端口是否合法
ports = ['21', '25', '7200', '888']
ports = ['21', '25', '443', '888']
if port in ports:
return False
intport = int(port)

@ -9,7 +9,7 @@ if [ -f bin/activate ];then
source bin/activate
fi
# export LC_ALL="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
mw_start_task()

Loading…
Cancel
Save