Update to v8.21.0

This commit is contained in:
aapanel.com
2026-08-13 18:24:50 +08:00
parent 403317be61
commit 07c7e75ec6
285 changed files with 18063 additions and 5697 deletions
+2 -2
View File
@@ -315,7 +315,7 @@ class databaseBase:
if get.type == 'redis':
arrs = ['db_host', 'db_port', 'db_password', 'db_ps', 'type']
cRet = self.check_cloud_args(get, arrs)
if isinstance(cRet, dict):
if cRet['status'] != 0:
return cRet
get['db_name'] = None
@@ -422,7 +422,7 @@ class databaseBase:
arrs = ['db_host', 'db_port', 'db_password', 'db_ps', 'type']
cRet = self.check_cloud_args(get, arrs)
if isinstance(cRet, dict):
if cRet['status'] != 0:
return cRet
get['db_name'] = None