Skip to content

Commit 0f5ea32

Browse files
committed
fix: token for links in domain options
1 parent 737f793 commit 0f5ea32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/registrars/synergywholesaledomains/domainoptions.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
{/if}
5151

5252
{if $currentDnsConfigType == 2}
53-
<p>To manage your Mail forwarding records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageEmailForwarding">Email Forwarding menu</a>.</p>
53+
<p>To manage your Mail forwarding records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageEmailForwarding&token={$token}">Email Forwarding menu</a>.</p>
5454
{if $dnsmanagement == 1}
55-
<p>To manage your DNS records or URL forwarding records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageDNSURLForwarding">DNS Management menu</a>.</p>
55+
<p>To manage your DNS records or URL forwarding records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageDNSURLForwarding&token={$token}">DNS Management menu</a>.</p>
5656
{/if}
5757
{/if}
5858

5959
{if $currentDnsConfigType == 4}
60-
<p>To manage your DNS records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageDNSURLForwarding">DNS Management menu</a>.</p>
60+
<p>To manage your DNS records, please visit the <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a=manageDNSURLForwarding&token={$token}">DNS Management menu</a>.</p>
6161
{/if}
6262
</form>
6363
<br/>

0 commit comments

Comments
 (0)