Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/do_set_zone_ttls.tmpl

[% IF data.domains.size %]
Updated the following zones to use '[% data.newttl.html %]' as the new TTL:
<ul>
    [% FOR domain = data.domains -%]
        <li>[% domain.html -%]</li>
    [% END -%]
</ul>
[% ELSE %]
No domains were modified!
[% END %]
<br />
<br />

Back to Directory File Manager