Update to v8.16.0

This commit is contained in:
aapanel.com
2026-07-06 09:16:25 +08:00
parent 88012af9cf
commit c529749cf8
2034 changed files with 122712 additions and 38986 deletions
+2 -2
View File
@@ -461,7 +461,7 @@ class main():
if public.get_webserver() !="nginx" or not os.path.exists('{}/nginx/sbin/nginx'.format(public.get_setup_path())):
return public.return_message(-1, 0, public.lang('At present, only nginx is supported as the web server. Please adjust the web server to nginx first and backup the website data when adjusting the web server'))
#
download_url="https://www.aapanel.com/script/Multi-user_install.sh"
download_url=f"{public.OfficialApiBase()}/script/Multi-user_install.sh"
# download_url="http://192.168.66.161/install/Multi-user_install_____III.sh" #内网测试
install_path="{}/panel/install".format(public.get_setup_path())
install_file=install_path+"/vhost_virtual.sh"
@@ -498,7 +498,7 @@ class main():
# public.ExecShell(cmd)
# 下载更新脚本
download_url = "https://www.aapanel.com/script/Multi-user_install.sh"
download_url = f"{public.OfficialApiBase()}/script/Multi-user_install.sh"
install_path = "{}/panel/install".format(public.get_setup_path())
install_file = install_path + "/vhost_virtual.sh"
if os.path.exists(install_file):