Merge pull request #888 from midoks/dev

常规优化
pull/897/head
Mr Chen 3 weeks ago committed by GitHub
commit 0de9f036bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      panel_task.py
  2. 2
      plugins/php-apt/index_php_apt.py
  3. 2
      plugins/php/index.py
  4. 2
      plugins/php/index_php.py
  5. 3
      requirements.txt
  6. 3
      version/r3.6.txt
  7. 3
      version/r3.7.txt
  8. 3
      version/r3.8.txt
  9. 42
      version/r3.9.txt

@ -183,7 +183,7 @@ def check502():
verlist = [
'52', '53', '54', '55', '56', '70',
'71', '72', '73', '74', '80', '81',
'82', '83', '84'
'82', '83', '84', '85'
]
for ver in verlist:
server_dir = mw.getServerDir()

@ -80,7 +80,7 @@ def status(version):
sock文件判断是否启动
'''
sock = getPhpSocket(version)
if sock.find(':'):
if sock.find(':')>-1:
return status_progress(version)
if not os.path.exists(sock):

@ -109,7 +109,7 @@ def status(version):
sock文件判断是否启动
'''
sock = getPhpSocket(version)
if sock.find(':'):
if sock.find(':')>-1:
return status_progress(version)
if not os.path.exists(sock):

@ -74,7 +74,7 @@ def status(version):
sock文件判断是否启动
'''
sock = getPhpSocket(version)
if sock.find(':'):
if sock.find(':')>-1:
return status_progress(version)
if not os.path.exists(sock):

@ -49,4 +49,5 @@ packaging
Flask-Compress
brotli
zstd
zstandard
zstandard
geoip2

@ -38,4 +38,5 @@ pyTelegramBotAPI
telebot
pyyaml
Flask-Compress
croniter
croniter
geoip2

@ -38,4 +38,5 @@ pyTelegramBotAPI
telebot
pyyaml
Flask-Compress
croniter
croniter
geoip2

@ -38,4 +38,5 @@ pyTelegramBotAPI
telebot
pyyaml
Flask-Compress
croniter
croniter
geoip2

@ -0,0 +1,42 @@
cryptography==36.0.1
flask==2.0.3
pyOpenSSL==22.0.0
requests==2.27.1
gevent==22.10.2
gunicorn==21.2.0
setuptools>=33.1.1
Werkzeug>=1.0.1,<3.0.0
wheel>=0.37.1
requests>=2.27.1
urllib3>=1.21.1
flask-session==0.3.2
flask-helper==0.19
flask-bcrypt==1.0.1
flask-caching>=1.10.1
cache==1.0.3
gevent-websocket==0.10.1
psutil==5.9.1
chardet==3.0.4
flask-sqlalchemy==2.3.2
configparser==5.2.0
python-engineio==4.3.2
python-socketio>=4.2.0
flask-socketio==5.2.0
flask-sockets==0.2.1
zmq==0.0.0
paramiko>=2.8.0
pymongo
pymemcache
redis
pillow
Jinja2>=2.11.2
PyMySQL==1.0.2
whitenoise==5.3.0
pyotp
pytz
pyTelegramBotAPI
telebot
pyyaml
Flask-Compress
croniter
geoip2
Loading…
Cancel
Save