Merge pull request #633 from midoks/dev

Update site.py
pull/654/head 0.18.0
Mr Chen 9 months ago committed by GitHub
commit a77e37ac65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/utils/site.py

@ -2484,6 +2484,8 @@ export PATH
# 其他PHP安装类型
conf_dir = mw.getServerDir() + "/web_conf/php/conf"
if not os.path.exists(conf_dir):
return data
conf_list = os.listdir(conf_dir)
l = len(conf_list)
rep = r"enable-php-(.*?)\.conf"

Loading…
Cancel
Save