File tree Expand file tree Collapse file tree
modules/registrars/openprovider/Controllers/System Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ public function show($params)
7777 }
7878 $ openproviderNameserversCount ++;
7979 }
80+
81+ $ isSectigoDns = ($ domainOp ['hasActiveSectigoZone ' ] ?? false ) === true
82+ || ($ domainOp ['isSectigoDnsEnabled ' ] ?? false ) === true
83+ || str_contains (strtolower ((string ) ($ domainOp ['nsGroup ' ] ?? '' )), 'sectigo ' );
8084 } catch (\Exception $ e ) {
8185 $ this ->redirectUserAway ();
8286 return ;
@@ -132,7 +136,7 @@ public function show($params)
132136 ->setUri ("clientarea.php?action=domaincontacts&domainid= {$ domainId }" )
133137 ->setOrder (40 );
134138
135- if ($ openproviderNameserversCount > 1 && $ domain ->dnsmanagement ) {
139+ if (( $ openproviderNameserversCount > 1 || $ isSectigoDns ) && $ domain ->dnsmanagement ) {
136140 $ primarySidebar ->getChild ('Domain Details Management ' )
137141 ->addChild ('DNS Management ' )
138142 ->setLabel (\Lang::trans ('domaindnsmanagement ' ))
You can’t perform that action at this time.
0 commit comments