mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
bug fix: fetch child-domains ssl status
This commit is contained in:
@@ -871,7 +871,7 @@ class WebsiteManager:
|
||||
if Data['authority'] == 'Denial':
|
||||
Data['authority'] = '%s has SELF-SIGNED SSL.' % (self.childDomain)
|
||||
else:
|
||||
Data['authority'] = '%s has SSL from %s.' % (self.domain, Data['authority'])
|
||||
Data['authority'] = '%s has SSL from %s.' % (self.childDomain, Data['authority'])
|
||||
|
||||
except BaseException, msg:
|
||||
Data['viewSSL'] = 0
|
||||
|
||||
Reference in New Issue
Block a user