bug fix: shift to default package if package not exists on wp restore backup

This commit is contained in:
usmannasir
2024-09-29 22:19:47 +05:00
parent b77c87a2d1
commit c4074dbf0f
4 changed files with 14 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ class sslUtilities:
except BaseException as msg:
return [0, "347 " + str(msg) + " [issueSSLForDomain]"]
@staticmethod
def PatchVhostConf(virtualHostName):
try: