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