Update site.py

pull/633/head
Mr Chen 5 months ago
parent 4b1db3d02f
commit 296b1cfe86
  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