mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-11 12:07:39 +02:00
Update to 7.25.0
1. Added Mail Marketing Automation trigger tasks 2. Added Mail Marketing Groups Import, Export, Merge 3. Added Mail Marketing Subscribers to support paste import 4. Added Mail Marketing Template Import Export Duplicate 5. Added Mail server add timed automatic reply 6. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled) 7. Optimize Website Interface Button Integration 8. Optimize the response speed of WP Toolkit interface
This commit is contained in:
@@ -23,6 +23,6 @@ class SQLServerTool(BaseDatabaseTool):
|
||||
get_obj.password = kwargs.get("password", "")
|
||||
res = sqlserver().AddDatabase(get_obj)
|
||||
if res["status"] is True:
|
||||
return True, "添加成功"
|
||||
return True, "Successfully added"
|
||||
else:
|
||||
return False, res['msg']
|
||||
|
||||
Reference in New Issue
Block a user