Update to v7.57.0

This commit is contained in:
aapanel.com
2025-11-21 17:19:27 +08:00
parent b6e4ab8b35
commit eb21fc65dd
1241 changed files with 22299 additions and 5531 deletions
+5 -1
View File
@@ -314,7 +314,11 @@ class main(dockerBase):
if not data:
return public.return_message(-1, 0, public.lang("This template was not found!"))
if os.path.exists(data['path']):
os.remove(data['path'])
# 删除模板文件 目录不处理
try:
os.remove(data['path'])
except:
pass
get.id = get.template_id